summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-07-04 12:24:11 +0200
committerSelim Cinek <cinek@google.com>2014-07-04 10:31:21 +0000
commitad3e5afdd2dad5ae9144db1cdadd968ba6f306b1 (patch)
treede7dce52729680153917fb1504705cff87c3244b /packages/SystemUI/res/values/dimens.xml
parent4fe3e475eaeb88ec8f0bb580ee765ceefe13bcbc (diff)
downloadframeworks_base-ad3e5afdd2dad5ae9144db1cdadd968ba6f306b1.zip
frameworks_base-ad3e5afdd2dad5ae9144db1cdadd968ba6f306b1.tar.gz
frameworks_base-ad3e5afdd2dad5ae9144db1cdadd968ba6f306b1.tar.bz2
Fixed some logic in the stack scroller algorithm
Also made the top stack slow down a little bit smaller, such that the speedbump doesn't jump anymore when entering it. Bug: 15022817 Change-Id: I66c3123a043c66fd9f8aaef50e5ffade4bc17989
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 adec883..c48f851 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -236,6 +236,9 @@
<!-- The height of the area before the bottom stack in which the notifications slow down -->
<dimen name="bottom_stack_slow_down_length">12dp</dimen>
+ <!-- The height of the area before the top stack in which the notifications slow down -->
+ <dimen name="top_stack_slow_down_length">12dp</dimen>
+
<!-- The side padding of the notifications-->
<dimen name="notification_side_padding">8dp</dimen>