summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-hdpi
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-04-18 10:52:18 -0400
committerChris Wren <cwren@android.com>2012-04-20 12:45:02 -0400
commit80a76276dc9440ffad30dc4c820eb7d65f4df368 (patch)
treee52ec3c07ead094f4c166e07061cb782d1a3fe36 /packages/SystemUI/res/values-hdpi
parentcd3e6e226474c98be56ca587168a908135d3073a (diff)
downloadframeworks_base-80a76276dc9440ffad30dc4c820eb7d65f4df368.zip
frameworks_base-80a76276dc9440ffad30dc4c820eb7d65f4df368.tar.gz
frameworks_base-80a76276dc9440ffad30dc4c820eb7d65f4df368.tar.bz2
Add visual feedback for notification expandability.
Change-Id: I0b82a465a126a6d0ec6cf6af87dc56817765b995
Diffstat (limited to 'packages/SystemUI/res/values-hdpi')
-rw-r--r--packages/SystemUI/res/values-hdpi/dimens.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values-hdpi/dimens.xml b/packages/SystemUI/res/values-hdpi/dimens.xml
index 6b6fd4d..7cd318c 100644
--- a/packages/SystemUI/res/values-hdpi/dimens.xml
+++ b/packages/SystemUI/res/values-hdpi/dimens.xml
@@ -18,9 +18,9 @@
<resources>
<!-- thickness (height) of each notification row, including any separators or padding -->
<!-- Note: this is 64dip + 1px divider = 97px. -->
- <dimen name="notification_height">97px</dimen>
+ <dimen name="notification_height">99px</dimen>
<!-- thickness (height) of dividers between each notification row; see math for
notification_height above -->
- <dimen name="notification_divider_height">1px</dimen>
+ <dimen name="notification_divider_height">4px</dimen>
</resources>