summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-10-07 12:27:55 -0700
committerBrian Attwell <brianattwell@google.com>2014-10-07 21:08:39 +0000
commite8c53eba486916de4af32ddbabb9d8dde2f457b1 (patch)
treecda986631bc823b1d436872b6dedb4d2ba7ce0a9 /res/values
parent9867cbe748d6fcb782cbf8a0a5ed4ff425b0370e (diff)
downloadpackages_apps_Contacts-e8c53eba486916de4af32ddbabb9d8dde2f457b1.tar.gz
packages_apps_Contacts-e8c53eba486916de4af32ddbabb9d8dde2f457b1.tar.bz2
packages_apps_Contacts-e8c53eba486916de4af32ddbabb9d8dde2f457b1.zip
Improve homeAsUpIcon used in ActionBarContextView
Bug: 17882055 Change-Id: I81ca8305fa4fb4ffe1461b8235cd3a57f270cfd4
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e2bf0aaae..d66cf4e19 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -59,6 +59,7 @@
<item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item>
<!-- Style for the overflow button in the actionbar. -->
<item name="android:actionOverflowButtonStyle">@style/ContactsActionBarOverflowQP</item>
+ <item name="android:actionModeCloseDrawable">@drawable/ic_close_lt</item>
<item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb</item>
<item name="android:textColorPrimary">@color/primary_text_color</item>
<item name="android:textColorSecondary">@color/secondary_text_color</item>