Add UX assets for the Material-compatible search icon
Note that ic_menu_search_holo_light.png is renamed to ic_menu_search.png as a byproduct of this change. It is then overlayed in -v21 folders so the new icon only applies to L and beyond. Change-Id: I97aaf1777d84b0e7df799044996ba99029b1798e
This commit is contained in:
parent
93ec28ec41
commit
f084903f3b
@ -18,7 +18,7 @@
|
|||||||
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:label="@string/search_title"
|
android:label="@string/search_title"
|
||||||
android:hint="@string/search_hint"
|
android:hint="@string/search_hint"
|
||||||
android:icon="@drawable/ic_menu_search_holo_light"
|
android:icon="@drawable/ic_menu_search"
|
||||||
android:searchSuggestAuthority="com.android.email.suggestionsprovider"
|
android:searchSuggestAuthority="com.android.email.suggestionsprovider"
|
||||||
android:searchSuggestSelection="query LIKE ?"
|
android:searchSuggestSelection="query LIKE ?"
|
||||||
android:searchSuggestIntentAction="android.intent.action.SEARCH"
|
android:searchSuggestIntentAction="android.intent.action.SEARCH"
|
||||||
|
Loading…
Reference in New Issue
Block a user