diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-06 10:21:24 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-06 10:21:24 -0700 |
commit | d94f5f12be9fd6843fda37e8824bdd842d9dae51 (patch) | |
tree | af7153fc372bdbd9dd11d1dbe3ecad265623de8c /res | |
parent | ff443060819dda93a0a87ea34859c08715beefc7 (diff) | |
parent | cc5fdfdde8a5fd9f8b87419e56089650e8f7e9fc (diff) |
am cc5fdfdd: am ad398f2a: Merge "Slightly increase dialpad opacity" into klp-dev
* commit 'cc5fdfdde8a5fd9f8b87419e56089650e8f7e9fc':
Slightly increase dialpad opacity
Diffstat (limited to 'res')
-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> |