From ff1621858276c5348655f3531d15b02cb13f60eb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 2 May 2014 13:58:18 -0700 Subject: Styling polish to InCallUI. - Fix clipping of shadow on the end call button. - Add translation-z to the primary call info. - Make the dialpad in the InCallUI transparent. This required in part renaming some constants which were being overriden by Dialer. Bug: 14108639 Change-Id: I29657fbc9e0b9b4957135e77b2db62159541b43a --- InCallUI/res/values/colors.xml | 8 ++------ InCallUI/res/values/dimens.xml | 6 +++++- InCallUI/res/values/styles.xml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'InCallUI/res/values') diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml index 0cb767b44..fd60bbb66 100644 --- a/InCallUI/res/values/colors.xml +++ b/InCallUI/res/values/colors.xml @@ -50,11 +50,8 @@ #000000 - - #ffffff - - - #ececec + #ccffffff + #33ffffff @color/incall_background_color @@ -65,6 +62,5 @@ #8b8b8b - #33999999 diff --git a/InCallUI/res/values/dimens.xml b/InCallUI/res/values/dimens.xml index e9dd26bc9..ae5f5a1dd 100644 --- a/InCallUI/res/values/dimens.xml +++ b/InCallUI/res/values/dimens.xml @@ -56,6 +56,9 @@ @dimen/in_call_button_height + 8dp + + 20dp - 10dp 5dp @@ -135,4 +137,6 @@ 2dp + + 15dp diff --git a/InCallUI/res/values/styles.xml b/InCallUI/res/values/styles.xml index ce93c628d..b0f25ec51 100644 --- a/InCallUI/res/values/styles.xml +++ b/InCallUI/res/values/styles.xml @@ -161,7 +161,7 @@ true match_parent @dimen/dialpad_key_height - @drawable/dialpad_key_colors + @drawable/incall_dialpad_key_colors true -- cgit v1.2.3