summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-land
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/values-land
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/values-land')
-rw-r--r--core/res/res/values-land/arrays.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/res/values-land/arrays.xml b/core/res/res/values-land/arrays.xml
index 537d27c..7095c02 100644
--- a/core/res/res/values-land/arrays.xml
+++ b/core/res/res/values-land/arrays.xml
@@ -69,4 +69,11 @@
<item>@string/description_target_camera</item>
</array>
+ <array name="lockscreen_chevron_drawables">
+ <item>@null</item>
+ <item>@drawable/ic_lockscreen_chevron_up</item>
+ <item>@null</item>
+ <item>@null</item>
+ </array>
+
</resources>