diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-10 22:39:06 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-10 22:39:06 +0200 |
commit | da3d649cfa356873b72e6c25b9c0496268efcf89 (patch) | |
tree | 1287b35a3ebe9c57ec9d58b5a218e170cfef416c /res/menu/configmenu.xml | |
parent | d1e7bca7723f912c2f8af7f9c006171906ab14b7 (diff) |
Add ability to export openvpn configuration. (closes issue #52)
Diffstat (limited to 'res/menu/configmenu.xml')
-rw-r--r-- | res/menu/configmenu.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/menu/configmenu.xml b/res/menu/configmenu.xml new file mode 100644 index 00000000..1d47e26b --- /dev/null +++ b/res/menu/configmenu.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/sendConfig"
+ android:icon="@android:drawable/ic_menu_share"
+ android:showAsAction="ifRoom|withText"
+ android:title="Send config file"
+ android:titleCondensed="@string/send"/>
+
+</menu>
\ No newline at end of file |