2016-02-28 21:24:27 +01:00
|
|
|
<?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">
|
2016-03-07 21:41:55 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/cab_edit"
|
2016-10-05 22:22:44 +02:00
|
|
|
android:icon="@mipmap/rename"
|
|
|
|
android:title="@string/rename"
|
2016-03-07 21:41:55 +01:00
|
|
|
app:showAsAction="ifRoom"/>
|
2016-02-28 21:24:27 +01:00
|
|
|
<item
|
2016-06-01 22:15:38 +02:00
|
|
|
android:id="@+id/cab_delete"
|
|
|
|
android:icon="@mipmap/delete"
|
|
|
|
android:title="@string/delete"
|
2016-03-07 21:41:55 +01:00
|
|
|
app:showAsAction="ifRoom"/>
|
2016-02-28 21:24:27 +01:00
|
|
|
</menu>
|