summaryrefslogtreecommitdiff
path: root/InCallUI/res/values/colors.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-04-24 11:06:18 -0700
committerAndrew Lee <anwlee@google.com>2014-04-24 11:36:51 -0700
commit4f958735b2c95275c2887df6f362b74f1eaf9974 (patch)
tree5da76967091740e25767920b1cef8fedd924e61d /InCallUI/res/values/colors.xml
parent7e5763d2b5ee7211c5d19d2b1fd2736e407a7e83 (diff)
Restyle text in primary call info.
- Update positioning, color, and sizing of primary call info text. - In particular, moving the call state to above the "name". - Delete the supplementary info container; it's no longer needed. - Remove programmatic updating of gravity on call state; it is now always left aligned. Bug: 13956531 Change-Id: Ib165a2afd13444f70e3bfe0ae23ae6c6bb77bb84
Diffstat (limited to 'InCallUI/res/values/colors.xml')
-rw-r--r--InCallUI/res/values/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml
index f6679249c..b187820ea 100644
--- a/InCallUI/res/values/colors.xml
+++ b/InCallUI/res/values/colors.xml
@@ -26,6 +26,8 @@
<color name="incall_call_banner_background_color">@color/incall_background_color</color>
<!-- white -->
<color name="incall_call_banner_text_color">#FFFFFF</color>
+ <!-- White, with 80% opacity. -->
+ <color name="incall_call_banner_secondary_text_color">#99ffffff</color>
<!-- Color of the theme of the People app -->
<color name="people_app_theme_color">#33B5E5</color>