summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-06 18:37:33 +0000
committerAndrew Lee <anwlee@google.com>2014-06-06 18:37:33 +0000
commitb26cd41b929b603019191d3216ce52605215e51f (patch)
tree4bded06f1a3720be4d43b693ce3795eaa8cdaed2 /res/layout
parent69e53bca77b0c06099a677cc310f492799943de8 (diff)
downloadandroid_packages_apps_ContactsCommon-b26cd41b929b603019191d3216ce52605215e51f.tar.gz
android_packages_apps_ContactsCommon-b26cd41b929b603019191d3216ce52605215e51f.tar.bz2
android_packages_apps_ContactsCommon-b26cd41b929b603019191d3216ce52605215e51f.zip
Revert "Tint close icon, which was white in an icon replacement."
This reverts commit 69e53bca77b0c06099a677cc310f492799943de8. Change-Id: I18e13bf425453899368756fd809f07553e67ad44
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/search_bar_expanded.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/search_bar_expanded.xml b/res/layout/search_bar_expanded.xml
index 45d32f66..8bd1fff1 100644
--- a/res/layout/search_bar_expanded.xml
+++ b/res/layout/search_bar_expanded.xml
@@ -55,7 +55,6 @@
android:src="@drawable/ic_close_dk"
android:clickable="true"
android:background="?android:attr/selectableItemBackground"
- android:contentDescription="@string/description_clear_search"
- android:tint="@color/searchbox_icon_tint" />
+ android:contentDescription="@string/description_clear_search" />
-</LinearLayout>
+</LinearLayout> \ No newline at end of file