aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/contact_details.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-11-04 12:15:14 +0100
committeriNPUTmice <daniel@gultsch.de>2014-11-04 12:15:14 +0100
commitb3582c970e31dd02af1ec6f1126f330c8b54720a (patch)
treeb7ce6514cfd779568c1c130cb246c833717b6d31 /src/main/res/menu/contact_details.xml
parent12e2f0bdd72414b702138ff919a42f3bee1fa918 (diff)
made qr code available from muc and contact details as well
Diffstat (limited to 'src/main/res/menu/contact_details.xml')
-rw-r--r--src/main/res/menu/contact_details.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/menu/contact_details.xml b/src/main/res/menu/contact_details.xml
index 02f2e813..ce9028aa 100644
--- a/src/main/res/menu/contact_details.xml
+++ b/src/main/res/menu/contact_details.xml
@@ -14,6 +14,10 @@
android:showAsAction="always"
android:title="@string/action_delete_contact"/>
<item
+ android:id="@+id/action_show_qr_code"
+ android:title="@string/show_qr_code"
+ android:showAsAction="never" />
+ <item
android:id="@+id/action_accounts"
android:orderInCategory="90"
android:showAsAction="never"