summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-23 18:25:32 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-24 16:08:21 -0700
commit9b889e6ef4534db6925e3f915bed281733ea8bc3 (patch)
treecd9847a7b01c90425ed33691ddf3c2cd8eeaf3fa /res/values/colors.xml
parent7b0b0ce616c6c2fa149918c112128388712f5657 (diff)
downloadpackages_apps_Contacts-9b889e6ef4534db6925e3f915bed281733ea8bc3.tar.gz
packages_apps_Contacts-9b889e6ef4534db6925e3f915bed281733ea8bc3.tar.bz2
packages_apps_Contacts-9b889e6ef4534db6925e3f915bed281733ea8bc3.zip
Bag o' QC UX improvements
UX and I spent a couple days trying out different tweaks to QC. This is the result. Main Changes: -landscape -better blending, and interpolation of blended values -different scrim animation length -updated colors & dimensions -scaling of title TextView during scroll -EdgeEffect color is now dynamic -Drop shadow size Bug: 15725269 Change-Id: Ib992b41692704d3d932527cef715693ed7a7f4cc
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 962fe97e5..89f39b8b3 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -39,16 +39,16 @@
<color name="contacts_accent_color">#00acc1</color>
<!-- Color of the separator between entries in an ExpandingEntryCardView -->
- <color name="expanding_entry_card_item_separator_color">#eeeeee</color>
+ <color name="expanding_entry_card_item_separator_color">#e4e4e4</color>
<!-- Color of the text on an ExpandingEntryCard button -->
<color name="expanding_entry_card_button_text_color">@android:color/black</color>
<!-- Background color for an ExpandingEntryCard -->
- <color name="expanding_entry_card_background_color">#f7f8f9</color>
+ <color name="expanding_entry_card_background_color">#ffffff</color>
<!-- Color of the margin for cards -->
- <color name="card_margin_color">#ffbbbbbb</color>
+ <color name="card_margin_color">#f4f4f4</color>
<color name="call_arrow_green">#2aad6f</color>
<color name="call_arrow_red">#ff2e58</color>