diff options
author | Chris Wren <cwren@android.com> | 2012-04-24 11:41:07 -0400 |
---|---|---|
committer | Chris Wren <cwren@android.com> | 2012-04-25 11:20:35 -0400 |
commit | 321452da28548e1cf566fa88bbe5f0faf0f74cb7 (patch) | |
tree | b97e41624ee82a476e9339c1faf5b49ffce6da09 /packages/SystemUI/res/values | |
parent | 66556c730deba60288adf66ba1685a9d2c724aae (diff) | |
download | frameworks_base-321452da28548e1cf566fa88bbe5f0faf0f74cb7.zip frameworks_base-321452da28548e1cf566fa88bbe5f0faf0f74cb7.tar.gz frameworks_base-321452da28548e1cf566fa88bbe5f0faf0f74cb7.tar.bz2 |
Set row height to the row height not the notification height.
Bug: 6376501
Change-Id: I41567b11fcb1d39bc75ef782faa8287bbb1e4ca8
Diffstat (limited to 'packages/SystemUI/res/values')
-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 531f154..6c29c6e 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -72,7 +72,7 @@ <dimen name="status_bar_icon_padding">0dp</dimen> <!-- thickness (height) of dividers between each notification row --> - <dimen name="notification_divider_height">4dp</dimen> + <dimen name="notification_divider_height">2dp</dimen> <!-- Notification drawer tuning parameters (phone UI) --> <!-- Initial velocity of the shade when expanding on its own --> |