aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/menu/config_editor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/config_editor.xml')
-rw-r--r--app/src/main/res/menu/config_editor.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/menu/config_editor.xml b/app/src/main/res/menu/config_editor.xml
index 44e719c7..bb58f6c9 100644
--- a/app/src/main/res/menu/config_editor.xml
+++ b/app/src/main/res/menu/config_editor.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/menu_action_save"
android:alphabeticShortcut="s"
android:icon="@drawable/ic_action_save"
- android:showAsAction="always"
- android:title="@string/save" />
+ android:title="@string/save"
+ app:showAsAction="always" />
</menu>