Swap order of search<->show all labels on phone
Change-Id: I21473495261b9671cfbadf3c9b7eeaf4f0d1d319
This commit is contained in:
parent
3f0ac78eab
commit
b7b0b04f50
@ -17,23 +17,22 @@
|
||||
<!-- Email activity menu options for the phone -->
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/search"
|
||||
android:orderInCategory="100"
|
||||
android:alphabeticShortcut="s"
|
||||
android:title="@string/search_action"
|
||||
android:icon="@drawable/ic_menu_search_holo_light"
|
||||
android:showAsAction="ifRoom"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/compose"
|
||||
android:orderInCategory="200"
|
||||
android:orderInCategory="100"
|
||||
android:alphabeticShortcut="c"
|
||||
android:title="@string/compose_action"
|
||||
android:icon="@drawable/ic_menu_compose_holo_light"
|
||||
android:showAsAction="ifRoom"
|
||||
/>
|
||||
<!-- STOPSHIP: replace with proper asset -->
|
||||
<item
|
||||
android:id="@+id/search"
|
||||
android:orderInCategory="200"
|
||||
android:alphabeticShortcut="s"
|
||||
android:title="@string/search_action"
|
||||
android:icon="@drawable/ic_menu_search_holo_light"
|
||||
android:showAsAction="ifRoom"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/show_all_mailboxes"
|
||||
android:orderInCategory="300"
|
||||
|
Loading…
Reference in New Issue
Block a user