summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorPaul Sliwowski <psliwowski@google.com>2013-09-05 01:20:12 -0700
committerPaul Sliwowski <psliwowski@google.com>2013-09-05 04:25:56 -0700
commit3b6a6f6ac9dce6028248ed7a695ed2c76890add8 (patch)
treecefb64df80efc6a802745bd81c893a17b302eec7 /res/values/colors.xml
parente3a4d8676b1e4ec4202bb37db1dc5b375722d96a (diff)
downloadpackages_apps_Contacts-3b6a6f6ac9dce6028248ed7a695ed2c76890add8.tar.gz
packages_apps_Contacts-3b6a6f6ac9dce6028248ed7a695ed2c76890add8.tar.bz2
packages_apps_Contacts-3b6a6f6ac9dce6028248ed7a695ed2c76890add8.zip
Update colors in the people app.
Change-Id: I93194f75e83fd6dba95a7bc8aafa73432dac8353
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 282c89fa5..362001da0 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -23,12 +23,12 @@
<color name="quickcontact_name_detail_background">#66000000</color>
<!-- Color of the background of the contact detail and editor pages -->
- <color name="background_primary">#FFFFFF</color>
+ <color name="background_primary">#f5f5f5</color>
<color name="background_social_updates">#ffeeeeee</color>
<!-- Color used for the letter in the A-Z section header -->
- <color name="section_header_text_color">#ff999999</color>
+ <color name="section_header_text_color">#363636</color>
<!-- Color of the text in the updates tab in the tab carousel on the contact detail page -->
<color name="detail_update_tab_text_color">#777777</color>
@@ -36,6 +36,12 @@
<!-- Color of the text of the tab carousel in the contact details -->
<color name="detail_tab_carousel_tab_label_color">#EEEEEE</color>
+ <!-- Color of the background of the action bar -->
+ <color name="action_bar_background">#e6e6e6</color>
+
+ <!-- Color of the background of the action bar when highlighted (ie. pressed, focused) -->
+ <color name="action_bar_background_highlight">#cecece</color>
+
<!-- Color of the text for buttons in the action bar -->
<color name="action_bar_button_text_color">#FFFFFF</color>