summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-14 19:59:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-14 19:59:09 +0000
commit1b0c92315f035bb4b8bd731558edf91353069923 (patch)
tree26df21178454a9f446140b80d29c12d7cfa97f87 /InCallUI/res
parent84ce3a735da54efcffc9b3e142817f19f37ed858 (diff)
parent019495150f14eeb8056e90e10bee68e2c54a6260 (diff)
Merge "Make the dialpad fully opaque."
Diffstat (limited to 'InCallUI/res')
-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 ffc1518fd..c1e894a86 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>