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:
James Lemieux 2014-06-17 13:41:20 -07:00
parent 93ec28ec41
commit f084903f3b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/search_title"
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:searchSuggestSelection="query LIKE ?"
android:searchSuggestIntentAction="android.intent.action.SEARCH"