summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-07-03 20:51:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-02 19:56:47 +0000
commited2f4b77da2f8c5124560ebb0d5dfc16a86fa498 (patch)
treeee3d315e86ba52082a51bcb816de01772cbede28 /packages/SystemUI/res/values/dimens.xml
parent5e6edd87c937bc7cf6c7a156a498ed09818f33ee (diff)
parent540454259d7768804a262031289b307e3b0f42ab (diff)
downloadframeworks_base-ed2f4b77da2f8c5124560ebb0d5dfc16a86fa498.zip
frameworks_base-ed2f4b77da2f8c5124560ebb0d5dfc16a86fa498.tar.gz
frameworks_base-ed2f4b77da2f8c5124560ebb0d5dfc16a86fa498.tar.bz2
Merge "Quick settings improvements"
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 a2757c3..adec883 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -230,6 +230,9 @@
<!-- Space reserved for the cards behind the top card in the bottom stack -->
<dimen name="bottom_stack_peek_amount">12dp</dimen>
+ <!-- bottom_stack_peek_amount + notification_min_height -->
+ <dimen name="min_stack_height">76dp</dimen>
+
<!-- The height of the area before the bottom stack in which the notifications slow down -->
<dimen name="bottom_stack_slow_down_length">12dp</dimen>