aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-05-13 15:25:04 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-05-13 15:25:04 +0200
commit6dfd885d3428dbf7e4869f883f4424624cbe3da3 (patch)
tree2e4f3cfb30294f1a3545d6d016227d9144078f75 /res/menu
parent7e667319607aa5ed9fd2a2aa1573c40ffae3a613 (diff)
submenu for attach file
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/attachment_choices.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/menu/attachment_choices.xml b/res/menu/attachment_choices.xml
new file mode 100644
index 00000000..84e777b6
--- /dev/null
+++ b/res/menu/attachment_choices.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/attach_choose_picture"
+ android:title="@string/attach_choose_picture"/>
+ <item
+ android:id="@+id/attach_take_picture"
+ android:title="@string/attach_take_picture"/>
+
+</menu> \ No newline at end of file