OSDN Git Service

Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI
authorJim Miller <jaggies@google.com>
Fri, 20 May 2011 22:46:24 +0000 (15:46 -0700)
committerJim Miller <jaggies@google.com>
Fri, 20 May 2011 23:14:15 +0000 (16:14 -0700)
Change-Id: I79d4fe54c00ecb4c4a1ad614b94bb284b9ece5cc

30 files changed:
core/res/res/layout-sw600dp/keyguard.xml [moved from core/res/res/layout-large/keyguard.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_glogin_unlock.xml [moved from core/res/res/layout-large/keyguard_screen_glogin_unlock.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_lock.xml [moved from core/res/res/layout-large/keyguard_screen_lock.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_password_landscape.xml [moved from core/res/res/layout-large/keyguard_screen_password_landscape.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml [moved from core/res/res/layout-large/keyguard_screen_password_portrait.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_sim_pin_landscape.xml [moved from core/res/res/layout-large/keyguard_screen_sim_pin_landscape.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_sim_pin_portrait.xml [moved from core/res/res/layout-large/keyguard_screen_sim_pin_portrait.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_status_land.xml [moved from core/res/res/layout-large/keyguard_screen_status_land.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_status_port.xml [moved from core/res/res/layout-large/keyguard_screen_status_port.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml [moved from core/res/res/layout-large/keyguard_screen_tab_unlock.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml [moved from core/res/res/layout-large/keyguard_screen_tab_unlock_land.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_unlock_landscape.xml [moved from core/res/res/layout-large/keyguard_screen_unlock_landscape.xml with 100% similarity]
core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml [moved from core/res/res/layout-large/keyguard_screen_unlock_portrait.xml with 100% similarity]
core/res/res/values-sw600dp/config.xml [moved from core/res/res/values-xlarge/config.xml with 99% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar.xml [moved from packages/SystemUI/res/layout-large/status_bar.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_input_methods_item.xml [moved from packages/SystemUI/res/layout-large/status_bar_input_methods_item.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_input_methods_panel.xml [moved from packages/SystemUI/res/layout-large/status_bar_input_methods_panel.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml [moved from packages/SystemUI/res/layout-large/status_bar_notification_area.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml [moved from packages/SystemUI/res/layout-large/status_bar_notification_panel.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel_title.xml [moved from packages/SystemUI/res/layout-large/status_bar_notification_panel_title.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_notification_peek.xml [moved from packages/SystemUI/res/layout-large/status_bar_notification_peek.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_notification_row.xml [moved from packages/SystemUI/res/layout-large/status_bar_notification_row.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_pocket_panel.xml [moved from packages/SystemUI/res/layout-large/status_bar_pocket_panel.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml [moved from packages/SystemUI/res/layout-large/status_bar_recent_item.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_recent_panel.xml [moved from packages/SystemUI/res/layout-large/status_bar_recent_panel.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_recent_panel_footer.xml [moved from packages/SystemUI/res/layout-large/status_bar_recent_panel_footer.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_settings_view.xml [moved from packages/SystemUI/res/layout-large/status_bar_settings_view.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_ticker_compat.xml [moved from packages/SystemUI/res/layout-large/status_bar_ticker_compat.xml with 100% similarity]
packages/SystemUI/res/layout-sw600dp/status_bar_ticker_panel.xml [moved from packages/SystemUI/res/layout-large/status_bar_ticker_panel.xml with 100% similarity]
packages/SystemUI/res/values-sw600dp/styles.xml [moved from packages/SystemUI/res/values-large/styles.xml with 100% similarity]

similarity index 99%
rename from core/res/res/values-xlarge/config.xml
rename to core/res/res/values-sw600dp/config.xml
index 4c8bbe6..49ace34 100644 (file)
@@ -27,6 +27,7 @@
 
     <!-- Show sliding tab before lockscreen -->
     <bool name="config_enableSlidingTabFirst">false</bool>
+
     <!-- Enable lockscreen rotation -->
     <bool name="config_enableLockScreenRotation">true</bool>