diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-17 21:07:39 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-17 21:07:39 +0200 |
commit | 65a30c587b1f7f2333073cad811f67284977a5f9 (patch) | |
tree | e1aa9829930838d410ff79f674c33f94cf5b066b /res/menu | |
parent | bf47a367683c1de3ddb9b94fbfa24ad7b43758e6 (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.xml | 10 |
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 |