aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-12-04 21:28:34 +0100
committerChristian Schneppe <christian@pix-art.de>2018-12-04 21:28:34 +0100
commitdb396669c7db0ccc999bce9e0868be9683daddea (patch)
treeb73ed1381670faec8bf802ebcb12a1ccca97c228 /src/main/res/menu
parent20ff016c626a45d29164aac5d3f66027c2055fb4 (diff)
show context menu when long clicking avatar in 1:1
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/one_on_one_context.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/res/menu/one_on_one_context.xml b/src/main/res/menu/one_on_one_context.xml
new file mode 100644
index 000000000..100edff9a
--- /dev/null
+++ b/src/main/res/menu/one_on_one_context.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/action_contact_details"
+ android:title="@string/action_contact_details" />
+ <item
+ android:id="@+id/action_show_qr_code"
+ android:title="@string/show_qr_code" />
+</menu> \ No newline at end of file