aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-31 23:13:32 +0200
committerChristian Schneppe <christian@pix-art.de>2018-03-31 23:13:32 +0200
commitb4be5f94d897455fa776a5d6d7018456ffb840de (patch)
treed35169d30c46de4d3fc86376649b22816583d599 /src/main/res
parent3bf58e41dfba1af10bbd6ec8c10f6bfd23924c69 (diff)
bring scan button to StartConversationActivity
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/menu/start_conversation.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/menu/start_conversation.xml b/src/main/res/menu/start_conversation.xml
index 12cb941bb..19a55ad52 100644
--- a/src/main/res/menu/start_conversation.xml
+++ b/src/main/res/menu/start_conversation.xml
@@ -14,8 +14,9 @@
app:showAsAction="never" />
<item
android:id="@+id/action_scan_qr_code"
+ android:icon="?attr/icon_scan_qr_code"
android:title="@string/scan_qr_code"
- app:showAsAction="never" />
+ app:showAsAction="always" />
<item
android:id="@+id/action_hide_offline"