diff options
author | Andrew Lee <anwlee@google.com> | 2014-06-05 22:47:31 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-05 22:47:31 +0000 |
commit | d29b7ef2868176995cf43b56a28336688f9744d3 (patch) | |
tree | 65b7d45cee2426fa83dda5b5c23ac2c26023efc0 /res | |
parent | 04fef7140a8bb48d7ba7e9172a8dc636d0a7a121 (diff) | |
parent | 55ca2d148abac55f08e1f30a576aa9d3737db7fa (diff) |
Merge "Add searchbox icon tint to the close button." into lmp-preview-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/search_edittext.xml | 5 |
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> |