aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-03-18 17:36:23 +0100
committerDaniel Gultsch <daniel@gultsch.de>2015-03-18 17:36:23 +0100
commita13c59fa1b3a05b72b0c98147d251d2003b099a8 (patch)
treee2db2d9c20a94e75e937087fbeccf56e29255469 /src/main/res/menu
parent7ae357f863732451ee65c566687f7440b3c1c74a (diff)
parentf76baa5658df9b08c7cdc7b3b85560842cb4d7f9 (diff)
Merge pull request #1043 from strb/choose_contact_multiple_squashed
Added multiple select to Choose Contact Activity (squashed)
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/select_multiple.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/res/menu/select_multiple.xml b/src/main/res/menu/select_multiple.xml
new file mode 100644
index 00000000..4240849f
--- /dev/null
+++ b/src/main/res/menu/select_multiple.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/selection_submit"
+ android:title="@string/invite_contact"
+ android:showAsAction="always" />
+
+</menu>