summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-17 21:07:39 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-17 21:07:39 +0200
commit1c42c038cfdfb6e58c2938ee55ba6a2680d1afbc (patch)
tree7692eccb100d98b5d77acd6470b4b793424d5bcf /res/menu
parent7b64dff3e0f514ccc6a347f3aa571c2c42f09e62 (diff)
I really like the action bar, but not using the action bar is even better ;)
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/vpnpreferences_menu.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/menu/vpnpreferences_menu.xml b/res/menu/vpnpreferences_menu.xml
new file mode 100644
index 00000000..71744d3c
--- /dev/null
+++ b/res/menu/vpnpreferences_menu.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item
+ android:id="@+id/remove_vpn"
+ android:alphabeticShortcut="d"
+ android:icon="@android:drawable/ic_menu_delete"
+ android:showAsAction="withText|ifRoom"
+ android:title="@string/remove_vpn"/>
+
+</menu> \ No newline at end of file