From 9407d4ab57a0c3500647f1f5f9a9a44b51d222b4 Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Fri, 24 Feb 2017 15:08:13 -0800 Subject: Update notification visuals (part 2) - Background is now white, and color beneath and divider color updated accordingly (not from color extraction) - Removed overflow text ("+6") and added it to a header ("6 Notifications"). Use "..." instead if there is an overflow. - Even spaced out icons in notification footer between the far right icon and the ellipsis - Remove code to change arrow tint, since it is always white now. This also fixes the issue where it was drawn as a rect. Bug: 35766387 Change-Id: I03bfda4ff029f23dd8b3dd1b72f534ea0e2c0816 --- res/values/dimens.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'res/values/dimens.xml') diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 8fee26b0b..132ae0700 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -178,17 +178,26 @@ 12dp 0dp 3dp - 28dp - 24dp + 24dp + 18dp 12dp 12dp - - 2dp + + 15dp + 8dp + 32dp 60dp @dimen/bg_popup_item_height + 12dp + 14dp + + 40dp 2dp + 18dp + + 15dp 0.5dp 70dp -- cgit v1.2.3