diff options
author | Selim Cinek <cinek@google.com> | 2014-05-12 13:03:43 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-12 13:03:43 +0000 |
commit | a2e03b16dbd0549203f3b856f40f35c16fcf4579 (patch) | |
tree | bf110f07265adef106cbaaa5ccdc534833864c9a /packages/SystemUI/res | |
parent | 0a079fcd06b1e15cdb06d9bde37049a7ed990fd1 (diff) | |
parent | 34c0a8d72aee1867cf7b6d04531c7faec76ab473 (diff) | |
download | frameworks_base-a2e03b16dbd0549203f3b856f40f35c16fcf4579.zip frameworks_base-a2e03b16dbd0549203f3b856f40f35c16fcf4579.tar.gz frameworks_base-a2e03b16dbd0549203f3b856f40f35c16fcf4579.tar.bz2 |
am 3838b611: Improved the notification stack logic further
* commit '3838b6116b72cce25b49ba7bbce63b7ac00820af':
Improved the notification stack logic further
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/dimens.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml index 4810575..ab34030 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -243,7 +243,10 @@ <dimen name="top_stack_peek_amount">12dp</dimen> <!-- Space reserved for the cards behind the top card in the bottom stack --> - <dimen name="bottom_stack_peek_amount">18dp</dimen> + <dimen name="bottom_stack_peek_amount">12dp</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> <!-- The side padding of the notifications--> <dimen name="notification_side_padding">8dp</dimen> @@ -251,8 +254,11 @@ <!-- Z distance between notifications if they are in the stack --> <dimen name="z_distance_between_notifications">2dp</dimen> + <!-- The padding between the individual notification cards when dimmed. --> + <dimen name="notification_padding_dimmed">0dp</dimen> + <!-- The padding between the individual notification cards. --> - <dimen name="notification_padding">3dp</dimen> + <dimen name="notification_padding">4dp</dimen> <!-- The total height of the stack in its collapsed size (i.e. when quick settings is open) --> <dimen name="collapsed_stack_height">94dp</dimen> |