summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-14 17:36:20 -0800
committerNancy Chen <nancychen@google.com>2014-11-14 17:36:20 -0800
commitf2a02cdad5f31ca4e80fd9e4df2d8224d6c0023c (patch)
treeaaaf5d3092fe697badd5f6f75924ff833b7c8451 /res/values
parentafb64682dabf7b40d7bd4dc8cbd90b347ced1b14 (diff)
downloadpackages_apps_Dialer-f2a02cdad5f31ca4e80fd9e4df2d8224d6c0023c.tar.gz
packages_apps_Dialer-f2a02cdad5f31ca4e80fd9e4df2d8224d6c0023c.tar.bz2
packages_apps_Dialer-f2a02cdad5f31ca4e80fd9e4df2d8224d6c0023c.zip
Add a color for settings button.
Bug: 17446974 Change-Id: Id0bff47083adca33d457acfd671d4e614be24167
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 863bfe9d4..6e44f8b44 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -27,6 +27,7 @@
<!-- Color for the setting description text. -->
<color name="setting_secondary_color">@color/dialtacts_secondary_text_color</color>
<color name="setting_background_color">#ffffff</color>
+ <color name="setting_button_color">#eee</color>
<!-- Color of the text describing an unconsumed missed call. -->
<color name="call_log_missed_call_highlight_color">@color/dialer_red_highlight_color</color>