summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-17 20:20:34 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-17 20:20:34 +0000
commit8eedfbf1c540db4e742525eb0a91cb230701b9f5 (patch)
tree380175a074debf34a19203a731b7639d2efc733a /res
parent677a572ff4f790e7ad198d28c151d73fd05b4d08 (diff)
parentafe050a8718720f546f5ea17c9f92fdeb6da8895 (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.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>