diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-05-13 15:25:04 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-05-13 15:25:04 +0200 |
commit | 6dfd885d3428dbf7e4869f883f4424624cbe3da3 (patch) | |
tree | 2e4f3cfb30294f1a3545d6d016227d9144078f75 /res/menu/attachment_choices.xml | |
parent | 7e667319607aa5ed9fd2a2aa1573c40ffae3a613 (diff) |
submenu for attach file
Diffstat (limited to '')
-rw-r--r-- | res/menu/attachment_choices.xml | 11 |
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 |