aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/menu/tunnel_detail.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/tunnel_detail.xml')
-rw-r--r--app/src/main/res/menu/tunnel_detail.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/menu/tunnel_detail.xml b/app/src/main/res/menu/tunnel_detail.xml
index c00c1603..8e2c2eb9 100644
--- a/app/src/main/res/menu/tunnel_detail.xml
+++ b/app/src/main/res/menu/tunnel_detail.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_edit"
android:alphabeticShortcut="e"
android:icon="@drawable/ic_action_edit"
- android:showAsAction="always"
- android:title="@string/edit" />
+ android:title="@string/edit"
+ app:showAsAction="always" />
</menu>