diff options
author | Nancy Chen <nancychen@google.com> | 2014-11-14 17:36:20 -0800 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2014-11-14 17:36:20 -0800 |
commit | f2a02cdad5f31ca4e80fd9e4df2d8224d6c0023c (patch) | |
tree | aaaf5d3092fe697badd5f6f75924ff833b7c8451 | |
parent | afb64682dabf7b40d7bd4dc8cbd90b347ced1b14 (diff) |
Add a color for settings button.
Bug: 17446974
Change-Id: Id0bff47083adca33d457acfd671d4e614be24167
-rw-r--r-- | res/values/colors.xml | 1 |
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> |