summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-07-11 01:30:10 +0200
committerJorim Jaggi <jjaggi@google.com>2014-07-11 15:35:45 +0200
commit2c5baca5eddb7c886d5e5f2bd9400eb064d07770 (patch)
tree200f4295d16a54e9addba3cc9f13f5411d941dc2 /packages/SystemUI/res/values/dimens.xml
parent7c940e94c97ce3c86f2d54ad567127fc11cc8074 (diff)
downloadframeworks_base-2c5baca5eddb7c886d5e5f2bd9400eb064d07770.zip
frameworks_base-2c5baca5eddb7c886d5e5f2bd9400eb064d07770.tar.gz
frameworks_base-2c5baca5eddb7c886d5e5f2bd9400eb064d07770.tar.bz2
Fix panel height when only one notification is shown
Also fix the place holder height for the stack when QS is expanded. Change-Id: Ia28373c21b5d2155e735425d5657dde2dec49c6d
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 5400326..e20947f 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -232,8 +232,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>
+ <!-- bottom_stack_peek_amount + notification_min_height
+ + notification_collapse_second_card_padding -->
+ <dimen name="min_stack_height">84dp</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>