summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-07 15:42:06 -0700
committerAndrew Lee <anwlee@google.com>2014-05-07 15:42:10 -0700
commitb448b50b5d1b44a890fbf83282a2246c95ad16ce (patch)
tree7dc3097f159294d7e1fc773e9dd3881c83afc009 /InCallUI
parentc49d9ee8083a8382f8d6c30d265dbaeb921741bf (diff)
Style tweaks for InCall dialpad.
- Adjusting some heights. - Change background opacity to 90%. - Remove unused color. Bug: 14471388 Change-Id: I5f6cf9138e6de82dcd314aac98535a0d216b78a4
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/values/colors.xml6
-rw-r--r--InCallUI/res/values/dimens.xml5
2 files changed, 4 insertions, 7 deletions
diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml
index a5bcadf64..0cdf93a01 100644
--- a/InCallUI/res/values/colors.xml
+++ b/InCallUI/res/values/colors.xml
@@ -50,7 +50,8 @@
<!-- Color of dialpad digits -->
<color name="dialpad_digits_text_color">#000000</color>
- <color name="incall_dialpad_background">#ccffffff</color>
+ <!-- 90% opacity, white. -->
+ <color name="incall_dialpad_background">#e6ffffff</color>
<color name="incall_dialpad_background_pressed">#ccaaaaaa</color>
<!-- Button background color. -->
@@ -61,8 +62,5 @@
<!-- Background color of action bars -->
<color name="actionbar_background_color">#3B77E7</color>
- <!-- Secondary color of dialpad text (used for the letters corresponding to each digit -->
- <color name="dialpad_secondary_text_color">#8b8b8b</color>
-
<color name="translucent_shadow">#33999999</color>
</resources>
diff --git a/InCallUI/res/values/dimens.xml b/InCallUI/res/values/dimens.xml
index 763751c6e..64a40d9b3 100644
--- a/InCallUI/res/values/dimens.xml
+++ b/InCallUI/res/values/dimens.xml
@@ -20,7 +20,7 @@
<!-- Height of the "call banner" overlay on top of the upper part of
the call info area. -->
- <dimen name="call_banner_height">75dp</dimen>
+ <dimen name="call_banner_height">128dp</dimen>
<!-- Margin between the bottom of the "call card" photo
and the top of the in-call button cluster. -->
@@ -103,9 +103,8 @@
<dimen name="glowpadview_margin_bottom">-48dip</dimen>
<dimen name="glowpadview_margin_right">0dip</dimen>
-
<!-- Height of translucent shadow effect -->
<dimen name="translucent_shadow_height">2dp</dimen>
- <dimen name="end_call_button_margin_bottom">15dp</dimen>
+ <dimen name="end_call_button_margin_bottom">8dp</dimen>
</resources>