diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-05 19:04:14 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-09-05 19:04:14 -0700 |
commit | 7db2764aabbc608dedf1cefc3e0e4a5461b50999 (patch) | |
tree | bcf6825c85b79f6080be53149409fae4fb1af365 | |
parent | 6276f093cf16a4797f43d53a76e3a8e5a279ea22 (diff) |
Slightly increase dialpad opacity
Bug: 10360547
Change-Id: I3d8b2865fe9a552348f977456bb7ff052b6a106d
-rw-r--r-- | res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 94ad94793..e64ea4ca9 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -44,7 +44,7 @@ <color name="background_dialer_list_items">#f5f5f5</color> <!-- Background color of new dialpad --> - <color name="background_dialpad">#ee020709</color> + <color name="background_dialpad">#f2020709</color> <!-- Primary color of dialpad text, including the call button --> <color name="dialpad_primary_text_color">#33b5e5</color> |