summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-14 12:02:31 -0700
committerAndrew Lee <anwlee@google.com>2014-05-14 12:02:31 -0700
commit019495150f14eeb8056e90e10bee68e2c54a6260 (patch)
treec473e0364c6a826338bba00f4fbb6f6fd6c64958 /InCallUI
parent26ddcc9bf53e743e21a9991405af74659cb0c0cf (diff)
Make the dialpad fully opaque.
Change-Id: I332ad12f96c0615e164db1f25b55527b7b77a15c
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/values/colors.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml
index 5c2ad4e46..e302ca4e5 100644
--- a/InCallUI/res/values/colors.xml
+++ b/InCallUI/res/values/colors.xml
@@ -42,8 +42,7 @@
<!-- Color of dialpad digits -->
<color name="dialpad_digits_text_color">#000000</color>
- <!-- 90% opacity, white. -->
- <color name="incall_dialpad_background">#e6ffffff</color>
+ <color name="incall_dialpad_background">#ffffff</color>
<color name="incall_dialpad_background_pressed">#ccaaaaaa</color>
<color name="button_background_color">@color/incall_background_color</color>