Tint close icon color.

Change-Id: I3a6d325283097d940693bf9224dae26b87dcc4ba
diff --git a/res-common/layout/search_bar_expanded.xml b/res-common/layout/search_bar_expanded.xml
index 8bd1fff..c78ce12 100644
--- a/res-common/layout/search_bar_expanded.xml
+++ b/res-common/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>