Use the accent color for search icon in homepage

Add the ic_homepage_search.xml and use the accent color

Bug: 122924929
Test: manual view
Change-Id: I0ed9d2261da776f7c04bd576fd1af612c47d85db
This commit is contained in:
Sunny Shao
2019-01-17 17:41:05 +08:00
parent dbaa5459b8
commit 3f735ff345
2 changed files with 28 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
android:layout_height="@dimen/search_bar_height"
android:background="?android:attr/selectableItemBackground"
android:contentInsetStartWithNavigation="@dimen/search_bar_content_inset"
android:navigationIcon="@drawable/ic_search_24dp">
android:navigationIcon="@drawable/ic_homepage_search">
<TextView
android:id="@+id/search_action_bar_title"
style="@style/TextAppearance.SearchBar"