mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-08 19:57:25 +01:00
12 lines
381 B
XML
12 lines
381 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
||
|
<item android:id="@+id/action_delete"
|
||
|
android:title="@string/action_delete"
|
||
|
android:icon="@drawable/ic_action_delete"
|
||
|
android:orderInCategory="1"
|
||
|
app:showAsAction="always"/>
|
||
|
|
||
|
</menu>
|