2015-10-02 18:27:25 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-12-29 01:00:05 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
2016-02-14 14:00:44 +01:00
|
|
|
<item android:id="@+id/action_edit_cover"
|
|
|
|
android:title="@string/action_edit_cover"
|
2016-03-06 18:18:09 +01:00
|
|
|
android:icon="@drawable/ic_create_white_24dp"
|
2016-02-14 14:00:44 +01:00
|
|
|
app:showAsAction="ifRoom"/>
|
|
|
|
|
2015-12-29 01:00:05 +01:00
|
|
|
<item android:id="@+id/action_move_to_category"
|
|
|
|
android:title="@string/action_move_category"
|
2016-03-06 18:18:09 +01:00
|
|
|
android:icon="@drawable/ic_label_white_24dp"
|
2015-12-29 01:00:05 +01:00
|
|
|
app:showAsAction="ifRoom"/>
|
2015-10-02 18:27:25 +02:00
|
|
|
|
|
|
|
<item android:id="@+id/action_delete"
|
2015-12-29 01:00:05 +01:00
|
|
|
android:title="@string/action_delete"
|
2016-03-06 18:18:09 +01:00
|
|
|
android:icon="@drawable/ic_delete_white_24dp"
|
2015-12-29 01:00:05 +01:00
|
|
|
app:showAsAction="ifRoom"/>
|
2015-10-02 18:27:25 +02:00
|
|
|
|
|
|
|
</menu>
|