summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-07-04 16:45:31 +0200
committerSelim Cinek <cinek@google.com>2014-07-04 16:56:18 +0200
commitd83771ee46076d74fa7284a5a5867bc9b0ce20be (patch)
tree194d251c032a3a51d832b7735c5292e1f3b62ebc /packages/SystemUI/res/values/dimens.xml
parentb572e4c77711a6a92b244f1b9edbf13710481184 (diff)
downloadframeworks_base-d83771ee46076d74fa7284a5a5867bc9b0ce20be.zip
frameworks_base-d83771ee46076d74fa7284a5a5867bc9b0ce20be.tar.gz
frameworks_base-d83771ee46076d74fa7284a5a5867bc9b0ce20be.tar.bz2
Fixed a visual stack collapsing bug
When the stack is collapsed, the second card is padded slightly to appear as if it was in the bottom stack. Bug: 15169254 Change-Id: I9e9418dc057ffec01c7f56358ec60bac477497a4
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 c48f851..dfb891d 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -254,6 +254,9 @@
<!-- The minimum amount of top overscroll to go to the quick settings. -->
<dimen name="min_top_overscroll_to_qs">36dp</dimen>
+ <!-- The padding to the second card when the notifications collapse. -->
+ <dimen name="notification_collapse_second_card_padding">8dp</dimen>
+
<!-- The height of the speed bump view. -->
<dimen name="speed_bump_height">16dp</dimen>