summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-08 01:05:03 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-08 01:05:03 +0000
commitcfd73c55aae1900fd4291d09e499392312d96d6a (patch)
tree2b06096cb8f2afc6a3bd5d5a0e9a4cefb3861dec /InCallUI
parent2b22fdedeab34ce8fd684a174e14fb5524ca0f56 (diff)
parentb448b50b5d1b44a890fbf83282a2246c95ad16ce (diff)
am edb47330: Style tweaks for InCall dialpad.
* commit 'edb47330ff350841051ac432a10eed5220fe2a89': Style tweaks for InCall dialpad.
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>