From 17ee3ec0b85f1ca29920bc3bf26e613b82a0ecf8 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Fri, 29 Aug 2014 03:47:31 +0200 Subject: Media notification updates - Make text white. - Adjust padding & metrics to redlines. - Use different narrow layout when 3 or less notifications with big picture. - Update action ripples. - Fix progress bar size & fix color for indeterminate progress bar. - Apply default background in SystemUI when no color is set, so we don't end up with white text on white background. Bug: 15437369 Bug: 16625746 Bug: 15147533 Change-Id: Ie8bd5ad0bbca972685adb50034fff88ea97456bd --- packages/SystemUI/res/values/colors.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/SystemUI/res/values') diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index 75ed81e..103d8b9 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -85,6 +85,10 @@ #ffe0e0e0 + + #ff424242 + #20000000 -- cgit v1.1