summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-hdpi
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-09-02 17:35:02 -0700
committerMichael Jurka <mikejurka@google.com>2011-09-02 19:32:05 -0700
commitfaa790c4f55bfe399a8ef259c657be76e9d833dd (patch)
treed0ff446fe5ca35c50bda7beef88cc15ff8a970f8 /packages/SystemUI/res/values-hdpi
parent32041c1602e6bc753f4ab055fd1bb95952f1e15b (diff)
downloadframeworks_base-faa790c4f55bfe399a8ef259c657be76e9d833dd.zip
frameworks_base-faa790c4f55bfe399a8ef259c657be76e9d833dd.tar.gz
frameworks_base-faa790c4f55bfe399a8ef259c657be76e9d833dd.tar.bz2
Fix the pressed state for thumbnails in Recents
- pressed state is now in foreground - also, keep drawing pressed drawable on long press Change-Id: I1a2025b5a79a5bfd4aaacf5312d52404fc3361a1
Diffstat (limited to 'packages/SystemUI/res/values-hdpi')
-rw-r--r--packages/SystemUI/res/values-hdpi/dimens.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-hdpi/dimens.xml b/packages/SystemUI/res/values-hdpi/dimens.xml
index 6b6fd4d..277626e 100644
--- a/packages/SystemUI/res/values-hdpi/dimens.xml
+++ b/packages/SystemUI/res/values-hdpi/dimens.xml
@@ -16,6 +16,10 @@
*/
-->
<resources>
+ <!-- padding of pressed drawable for recents thumbnails (should be the same on left, right,
+ top, and bottom -->
+ <dimen name="recents_thumbnail_bg_press_padding">3px</dimen>
+
<!-- thickness (height) of each notification row, including any separators or padding -->
<!-- Note: this is 64dip + 1px divider = 97px. -->
<dimen name="notification_height">97px</dimen>