summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-06-04 15:02:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-04 15:02:55 +0000
commitdffb3e7ed06d50d4a5c60daa2b8c46a551a92afd (patch)
tree455a2ff3ea206513dbc5de22c6f639bdb5286e70 /packages/SystemUI/res
parente37bd648e68252204d53be576d703dbaf17abd98 (diff)
parent1408eb5a58d669933c701e347fd3498ceab70f3c (diff)
downloadframeworks_base-dffb3e7ed06d50d4a5c60daa2b8c46a551a92afd.zip
frameworks_base-dffb3e7ed06d50d4a5c60daa2b8c46a551a92afd.tar.gz
frameworks_base-dffb3e7ed06d50d4a5c60daa2b8c46a551a92afd.tar.bz2
Merge "Changed the overscroll and expanding behaviour." into lmp-preview-dev
Diffstat (limited to 'packages/SystemUI/res')
-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 46a66b7..35bc7e3 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -272,6 +272,9 @@
<!-- The padding between the individual notification cards. -->
<dimen name="notification_padding">4dp</dimen>
+ <!-- The minimum amount of top overscroll to go to the quick settings. -->
+ <dimen name="min_top_overscroll_to_qs">36dp</dimen>
+
<!-- The height of the collapsed speed bump view. -->
<dimen name="speed_bump_height_collapsed">24dp</dimen>