aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-06-30 23:46:05 +0200
committerChristian Schneppe <christian@pix-art.de>2018-06-30 23:46:05 +0200
commit502ea4b891cd1e5abc08f9eaa80e8744f0059482 (patch)
tree680939c857332db5bba3c0f8e6a02c3a810aa304 /src/main/res/menu
parent45f773d5bd488a9851dc1255b24ff451cee92db9 (diff)
choose contact activity: start action mode on short press
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/select_multiple.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/res/menu/select_multiple.xml b/src/main/res/menu/select_multiple.xml
deleted file mode 100644
index 51f05e21a..000000000
--- a/src/main/res/menu/select_multiple.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
-
- <item
- android:id="@+id/selection_submit"
- android:title="@string/invite_contact"
- app:showAsAction="always" />
-
-</menu>