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">
|
|
|
|
|
|
|
|
<item android:id="@+id/action_move_to_category"
|
|
|
|
android:title="@string/action_move_category"
|
|
|
|
android:icon="@drawable/ic_label"
|
|
|
|
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"
|
|
|
|
android:icon="@drawable/ic_action_delete"
|
|
|
|
app:showAsAction="ifRoom"/>
|
2015-10-02 18:27:25 +02:00
|
|
|
|
|
|
|
</menu>
|