summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-05 14:39:51 -0700
committerAndrew Lee <anwlee@google.com>2014-06-05 14:39:51 -0700
commit55ca2d148abac55f08e1f30a576aa9d3737db7fa (patch)
tree5fab4e5b933f165975d805c9a55c6302fb2b0988 /res/layout
parent57f560ae3a865aa721a88c317fac69e1a785b711 (diff)
Add searchbox icon tint to the close button.
Bug: 15411375 Change-Id: I9f5857eb1f1edaa1ca91d9b0ce64a90c57edb95a
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/search_edittext.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/search_edittext.xml b/res/layout/search_edittext.xml
index ac31ea3b6..a07bfb823 100644
--- a/res/layout/search_edittext.xml
+++ b/res/layout/search_edittext.xml
@@ -82,7 +82,7 @@
android:layout_height="match_parent"
android:orientation="horizontal"
android:gravity="center_vertical"
- android:visibility="gone">
+ android:visibility="gone" >
<ImageButton
android:id="@+id/search_back_button"
@@ -113,7 +113,8 @@
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>