summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-12 21:18:37 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-12 21:18:37 +0200
commita18032550d38b3530b6488c7c845bda3132b5075 (patch)
tree0987dc015729bc6e3201198102bd44ffcc69664a /res/menu
parent700d8a7b13287cb15f55fae8f5da5f99ca4bff1b (diff)
Almost working configuration import
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/import_menu.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/menu/import_menu.xml b/res/menu/import_menu.xml
new file mode 100644
index 00000000..27498da3
--- /dev/null
+++ b/res/menu/import_menu.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/ok"
+ android:icon="@android:drawable/ic_menu_save"
+ android:showAsAction="ifRoom|withText"
+ android:title="@string/add_profile"
+ android:titleCondensed="@string/clear"/>
+ <item
+ android:id="@+id/cancel"
+ android:icon="@android:drawable/ic_menu_close_clear_cancel"
+ android:showAsAction="ifRoom|withText"
+ android:title="@android:string/cancel"
+ android:titleCondensed="@string/cancel"/>
+
+
+</menu> \ No newline at end of file