Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 629e3862 authored by Hugo Hudson's avatar Hugo Hudson
Browse files

Put the trash icon before the share icon.

- This is due to updated decision by ui guys.
- It means that if one of the icons gets pushed off the action bar onto
  the overflow menu, it will be the share icon not the trash icon.

Bug: 5114951
Change-Id: I90c0f89d04b53d63706cfe97ec983b51e3ffc526
parent 49445ce0
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -14,13 +14,6 @@
     limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:id="@+id/menu_share_voicemail"
        android:icon="@drawable/ic_share_holo_dark"
        android:showAsAction="ifRoom"
        android:title="@string/recentCalls_shareVoicemail"
        android:onClick="onMenuShareVoicemail"
    />
    <item
        android:id="@+id/menu_trash"
        android:icon="@drawable/ic_trash_holo_dark"
@@ -28,6 +21,13 @@
        android:title="@string/recentCalls_trashVoicemail"
        android:onClick="onMenuTrashVoicemail"
    />
    <item
        android:id="@+id/menu_share_voicemail"
        android:icon="@drawable/ic_share_holo_dark"
        android:showAsAction="ifRoom"
        android:title="@string/recentCalls_shareVoicemail"
        android:onClick="onMenuShareVoicemail"
    />
    <item
        android:id="@+id/menu_remove_from_call_log"
        android:icon="@android:drawable/ic_menu_close_clear_cancel"