summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-11-25 20:45:44 -0800
committerBrian Attwell <brianattwell@google.com>2014-11-26 05:11:27 +0000
commitdaa2058979fda84a0ce22e21edd53aa049e80aa0 (patch)
tree1610cbf4e72851c8553299af48f3f0dc5a019a28 /res/values/colors.xml
parentba8a76b0f9aa3caf21c5915276d00f36e1321b43 (diff)
downloadpackages_apps_Contacts-daa2058979fda84a0ce22e21edd53aa049e80aa0.tar.gz
packages_apps_Contacts-daa2058979fda84a0ce22e21edd53aa049e80aa0.tar.bz2
packages_apps_Contacts-daa2058979fda84a0ce22e21edd53aa049e80aa0.zip
Collapse extra raw contact editors
There are now two different header styles 1) When creating a new raw contact: if there are multiple accounts to create the raw contact under, then show a header with an acconut selector 2) Otherwise, show a visually distinct account header without a drop down account selector. If there are multiple raw contacts, this header also lets you collapse raw contacts Typical users, who only have a single writeable account, will never see header (1). This is fortunate, since switching between the two header styles is a bit visually inconsistent. Bug: 18004959 Change-Id: I133a7355a220f20b55657a6c1a51ff44665ea3b9
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index daea14bca..d9ac84ae6 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -37,8 +37,8 @@
<color name="floating_action_button_icon_color">@color/contacts_accent_color</color>
- <!-- Color of the separator between entries in an ExpandingEntryCardView -->
- <color name="expanding_entry_card_item_separator_color">#e4e4e4</color>
+ <!-- Horizontal separator line should be 12% dark in the light theme. -->
+ <color name="divider_line_color_light">#e0e0e0</color>
<!-- Color of the text on an ExpandingEntryCard button -->
<color name="expanding_entry_card_button_text_color">@android:color/black</color>