summaryrefslogtreecommitdiffstats
path: root/res/menu/conversation_list_menu.xml
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-06-17 13:41:20 -0700
committerJames Lemieux <jplemieux@google.com>2014-06-17 13:41:20 -0700
commit70dc1889acca773bcc4ee10f536ad6ec84e5b5dc (patch)
treed48082b3a96f7ba4b1ae89faf054b330c2c7f501 /res/menu/conversation_list_menu.xml
parentcf4d9b631ce675105a8d972ea871680c338c7bf6 (diff)
downloadandroid_packages_apps_UnifiedEmail-70dc1889acca773bcc4ee10f536ad6ec84e5b5dc.tar.gz
android_packages_apps_UnifiedEmail-70dc1889acca773bcc4ee10f536ad6ec84e5b5dc.tar.bz2
android_packages_apps_UnifiedEmail-70dc1889acca773bcc4ee10f536ad6ec84e5b5dc.zip
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: I82dd4642faa872833b159d6f89964303284d985d
Diffstat (limited to 'res/menu/conversation_list_menu.xml')
-rw-r--r--res/menu/conversation_list_menu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/conversation_list_menu.xml b/res/menu/conversation_list_menu.xml
index c858421fa..7ce02b181 100644
--- a/res/menu/conversation_list_menu.xml
+++ b/res/menu/conversation_list_menu.xml
@@ -28,7 +28,7 @@
that supports FOLDER_SERVER_SEARCH -->
<item android:id="@+id/search" android:title="@string/menu_search"
android:showAsAction="ifRoom|collapseActionView"
- android:icon="@drawable/ic_menu_search_holo_light"
+ android:icon="@drawable/ic_menu_search"
android:actionLayout="@layout/mail_actionbar_searchview" />
<!-- Available only in the trash folder, when the account supports emptying it -->