summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-05 16:09:44 -0700
committerAndrew Lee <anwlee@google.com>2014-06-05 16:14:37 -0700
commit69e53bca77b0c06099a677cc310f492799943de8 (patch)
treee35d4215efcd39e69650e6e47706404d33c8fcf7 /res/layout
parenta2389c127b5fa95924769c17fb16e69efca1b513 (diff)
downloadandroid_packages_apps_ContactsCommon-69e53bca77b0c06099a677cc310f492799943de8.tar.gz
android_packages_apps_ContactsCommon-69e53bca77b0c06099a677cc310f492799943de8.tar.bz2
android_packages_apps_ContactsCommon-69e53bca77b0c06099a677cc310f492799943de8.zip
Tint close icon, which was white in an icon replacement.
This change was submitted in lmp-preview-dev, but lost in the merge because the expanded search bar is now in ContactsCommon instead of Dialer. Bug: 15411375 Change-Id: I48cd7040b4a560f2ea5eaeef14764173b76d05b8
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/search_bar_expanded.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/search_bar_expanded.xml b/res/layout/search_bar_expanded.xml
index 8bd1fff1..45d32f66 100644
--- a/res/layout/search_bar_expanded.xml
+++ b/res/layout/search_bar_expanded.xml
@@ -55,6 +55,7 @@
android:src="@drawable/ic_close_dk"
android:clickable="true"
android:background="?android:attr/selectableItemBackground"
- android:contentDescription="@string/description_clear_search" />
+ android:contentDescription="@string/description_clear_search"
+ android:tint="@color/searchbox_icon_tint" />
-</LinearLayout> \ No newline at end of file
+</LinearLayout>