diff options
author | Selim Cinek <cinek@google.com> | 2014-04-22 15:19:55 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-22 15:19:55 +0000 |
commit | d304f2b0bb526d88041dd463d2194478362712c0 (patch) | |
tree | 28f08ed864a00a96ff97792ca9a36bedbaf8f04e /packages/SystemUI/res | |
parent | 4f3693de49c5afdeccd236cba28436260220b6dd (diff) | |
parent | a8fb4a2d00ddadd28c620d424f729eaad02654e0 (diff) | |
download | frameworks_base-d304f2b0bb526d88041dd463d2194478362712c0.zip frameworks_base-d304f2b0bb526d88041dd463d2194478362712c0.tar.gz frameworks_base-d304f2b0bb526d88041dd463d2194478362712c0.tar.bz2 |
am a8fb4a2d: Merge "Avoiding intermediate states in NotificationStackScroller"
* commit 'a8fb4a2d00ddadd28c620d424f729eaad02654e0':
Avoiding intermediate states in NotificationStackScroller
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml index 3047f15..0604817 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -250,7 +250,7 @@ <dimen name="notification_stack_margin_bottom">0dp</dimen> <!-- Space reserved for the cards behind the top card in the top stack --> - <dimen name="top_stack_peek_amount">24dp</dimen> + <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> |