summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2015-04-21 19:58:31 -0700
committerSelim Cinek <cinek@google.com>2015-04-22 20:28:11 -0700
commit6746c28b812446e847fbfec0f54025558584e70a (patch)
tree67ce01f252a9ea1ce0ea0a2b79c86a379b3f2749 /packages/SystemUI/res/values/dimens.xml
parentf7de58130a6a38d62857f6b885986f6a5cc74fcb (diff)
downloadframeworks_base-6746c28b812446e847fbfec0f54025558584e70a.zip
frameworks_base-6746c28b812446e847fbfec0f54025558584e70a.tar.gz
frameworks_base-6746c28b812446e847fbfec0f54025558584e70a.tar.bz2
Improved the usablility of the lockscreen affordances
Bug: 19563694 Change-Id: I47c24eae432ae168f6a3eaaed57fbcc59a411f8a
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 7e50454..ccbd0a6 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -338,6 +338,9 @@
<!-- The minimum background radius when swiping to a side for the camera / phone affordances. -->
<dimen name="keyguard_affordance_min_background_radius">30dp</dimen>
+ <!-- The size of the touch targets on the keyguard for the affordances. -->
+ <dimen name="keyguard_affordance_touch_target_size">96dp</dimen>
+
<!-- The grow amount for the camera and phone circles when hinting -->
<dimen name="hint_grow_amount_sideways">60dp</dimen>