2017-08-08 12:51:38 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-30 18:39:12 +02:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2017-08-08 12:51:38 +02:00
|
|
|
<item
|
2017-08-10 08:04:46 +02:00
|
|
|
android:id="@+id/menu_action_edit"
|
2017-08-08 12:51:38 +02:00
|
|
|
android:alphabeticShortcut="e"
|
|
|
|
android:icon="@drawable/ic_action_edit"
|
2018-04-28 22:17:33 +02:00
|
|
|
android:title="@string/edit"
|
|
|
|
app:showAsAction="always" />
|
2017-08-08 12:51:38 +02:00
|
|
|
</menu>
|