summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-sw600dp
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-05-10 21:28:24 -0700
committerJim Miller <jaggies@google.com>2012-05-10 21:36:56 -0700
commit4c351d62e7a09bcc29e7d0329bcdd947a302cf40 (patch)
treea939e05b3b719a4f4e8342c80952c4164010f847 /core/res/res/layout-sw600dp
parent86f23aaa7c86f57a381f49147e5a4454b82fc169 (diff)
downloadframeworks_base-4c351d62e7a09bcc29e7d0329bcdd947a302cf40.zip
frameworks_base-4c351d62e7a09bcc29e7d0329bcdd947a302cf40.tar.gz
frameworks_base-4c351d62e7a09bcc29e7d0329bcdd947a302cf40.tar.bz2
Fix 6040870: Update MultiWaveView for new device
This change allows more flexibility in target placement in MultiWaveView. It now supports a new way of specifying chevron drawables that allows them to be moved in directions corresponding to more than the four basic directions (right, up, left, down). Chevron drawables can now be updated in an overlay. This change also adds a place holder and makes a minor tweak to the layout on 720dp devices where the navbar buttons weren't centered. Change-Id: Icd319ec5f276870380e27737c873e78f599ff751
Diffstat (limited to 'core/res/res/layout-sw600dp')
-rw-r--r--core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml2
-rw-r--r--core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml b/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml
index 66cf98d..055955e 100644
--- a/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml
+++ b/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml
@@ -98,7 +98,7 @@
android:outerRadius="@dimen/multiwaveview_target_placement_radius"
android:snapMargin="@dimen/multiwaveview_snap_margin"
android:hitRadius="@dimen/multiwaveview_hit_radius"
- android:rightChevronDrawable="@drawable/ic_lockscreen_chevron_right"
+ android:chevronDrawables="@array/lockscreen_chevron_drawables"
android:feedbackCount="3"
android:vibrationDuration="20"
/>
diff --git a/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml
index 65b442b..e68a0c1 100644
--- a/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml
+++ b/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml
@@ -98,7 +98,7 @@
android:outerRadius="@dimen/multiwaveview_target_placement_radius"
android:snapMargin="@dimen/multiwaveview_snap_margin"
android:hitRadius="@dimen/multiwaveview_hit_radius"
- android:rightChevronDrawable="@drawable/ic_lockscreen_chevron_right"
+ android:chevronDrawables="@array/lockscreen_chevron_drawables"
android:feedbackCount="3"
android:vibrationDuration="20"
/>