diff options
author | Nancy Chen <nancychen@google.com> | 2014-11-17 20:20:34 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-17 20:20:34 +0000 |
commit | 8eedfbf1c540db4e742525eb0a91cb230701b9f5 (patch) | |
tree | 380175a074debf34a19203a731b7639d2efc733a /res | |
parent | 677a572ff4f790e7ad198d28c151d73fd05b4d08 (diff) | |
parent | afe050a8718720f546f5ea17c9f92fdeb6da8895 (diff) |
am afe050a8: am 0274a22b: Merge "Add a color for settings button." into lmp-mr1-dev
* commit 'afe050a8718720f546f5ea17c9f92fdeb6da8895':
Add a color for settings button.
Diffstat (limited to 'res')
-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> |