From 024ca598dd4b38b389251c138f4ef9882d4b68b0 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Mon, 1 Sep 2014 15:11:28 +0200 Subject: Notification guts have now the actualHeight of the notifications Before it just had the height of the notification leading to bugs in cornercases during animations and swiping. Also updated to colors to use system colors. Bug: 17333457 Change-Id: I00d87820595a789006632c582e8c35759a61969d --- packages/SystemUI/res/values/colors.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/SystemUI/res/values') diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index 75ed81e..24520de 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -97,9 +97,9 @@ #99afbdc4 - #ff424242 + @color/system_secondary_color #FFFFFFFF - #99FFFFFF + #b2FFFFFF #FFFFFFFF #ffffff -- cgit v1.1