summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp-land
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-08-29 13:50:51 -0700
committerBrian Attwell <brianattwell@google.com>2014-09-02 18:29:53 +0000
commitd038b404445ae710991bd74ce90e47f6b7d4732d (patch)
tree4ffcc91f2bd03e9eca040b9ec1eea7cb7af2457a /res/values-sw600dp-land
parent259dfb3860e2377b3dbde77a689229b21f193cf8 (diff)
downloadpackages_apps_Contacts-d038b404445ae710991bd74ce90e47f6b7d4732d.tar.gz
packages_apps_Contacts-d038b404445ae710991bd74ce90e47f6b7d4732d.tar.bz2
packages_apps_Contacts-d038b404445ae710991bd74ce90e47f6b7d4732d.zip
Set list_item_pinned_header_color based on config
Bug: 17321600 Change-Id: Ib786975b2d4d961cf19b0b523459ba2efce0067a
Diffstat (limited to 'res/values-sw600dp-land')
-rw-r--r--res/values-sw600dp-land/colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values-sw600dp-land/colors.xml b/res/values-sw600dp-land/colors.xml
index e36bfa65b..c5f846e1f 100644
--- a/res/values-sw600dp-land/colors.xml
+++ b/res/values-sw600dp-land/colors.xml
@@ -14,5 +14,6 @@
limitations under the License.
-->
<resources>
- <color name="list_item_pinned_header_color">#FFFFFF</color>
+ <!-- This needs to match the color of the background card, when the center card is visible. -->
+ <color name="list_item_pinned_header_color">@color/contact_all_list_background_color</color>
</resources>