summaryrefslogtreecommitdiff
path: root/main/src/ui/res/menu/vpnpreferences_menu.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2019-11-22 14:39:47 +0100
committerArne Schwabe <arne@rfc2549.org>2019-11-22 14:39:47 +0100
commit49a22239376ded088ff1fe113df42e24daaea00d (patch)
tree23a38f401342c9aae73bad7a4bda5ed7835c33c7 /main/src/ui/res/menu/vpnpreferences_menu.xml
parent083e98a8b10237d7b8c217daf805d7328a897079 (diff)
Fix building skeleton variant, fix lint issues and release beta 0.7.11
Diffstat (limited to 'main/src/ui/res/menu/vpnpreferences_menu.xml')
-rw-r--r--main/src/ui/res/menu/vpnpreferences_menu.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/src/ui/res/menu/vpnpreferences_menu.xml b/main/src/ui/res/menu/vpnpreferences_menu.xml
index e31d6ddf..bbeb3096 100644
--- a/main/src/ui/res/menu/vpnpreferences_menu.xml
+++ b/main/src/ui/res/menu/vpnpreferences_menu.xml
@@ -4,19 +4,20 @@
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/remove_vpn"
android:alphabeticShortcut="d"
android:icon="@drawable/ic_menu_delete"
- android:showAsAction="ifRoom"
+ app:showAsAction="ifRoom"
android:title="@string/remove_vpn"/>
<item
android:id="@+id/duplicate_vpn"
android:alphabeticShortcut="c"
android:icon="@drawable/ic_menu_copy"
- android:showAsAction="ifRoom"
+ app:showAsAction="ifRoom"
android:title="Duplicate VPN" />
</menu> \ No newline at end of file