repo activity: move delete button to end of options menu
This commit is contained in:
parent
c2fce47975
commit
4cdbee7d3b
@ -7,15 +7,15 @@
|
|||||||
android:icon="@drawable/ic_share_white"
|
android:icon="@drawable/ic_share_white"
|
||||||
android:title="@string/menu_share"
|
android:title="@string/menu_share"
|
||||||
app:showAsAction="ifRoom|withText"/>
|
app:showAsAction="ifRoom|withText"/>
|
||||||
<item
|
|
||||||
android:id="@+id/menu_delete"
|
|
||||||
android:icon="@drawable/ic_delete_white"
|
|
||||||
android:title="@string/delete"
|
|
||||||
app:showAsAction="ifRoom|withText" />
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/menu_enable_nfc"
|
android:id="@+id/menu_enable_nfc"
|
||||||
android:icon="@drawable/ic_nfc_white"
|
android:icon="@drawable/ic_nfc_white"
|
||||||
android:title="@string/enable_nfc_send"
|
android:title="@string/enable_nfc_send"
|
||||||
app:showAsAction="ifRoom|withText" />
|
app:showAsAction="ifRoom|withText" />
|
||||||
|
<item
|
||||||
|
android:id="@+id/menu_delete"
|
||||||
|
android:icon="@drawable/ic_delete_white"
|
||||||
|
android:title="@string/delete"
|
||||||
|
app:showAsAction="ifRoom|withText" />
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user