Show QR code again

This commit is contained in:
Torsten Grote
2018-10-22 13:04:23 -03:00
parent c9ebe14d1e
commit 1589ea8853
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@
android:drawablePadding="8dp"
android:drawableStart="@drawable/ic_qr_code"
android:text="@string/scan_qr_code_button"
android:visibility="gone"
android:visibility="visible"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toEndOf="@id/pasteButton"
@@ -163,7 +163,7 @@
android:drawableStart="@drawable/ic_qr_code"
android:drawableTint="@color/briar_button_text_positive"
android:text="@string/show_qr_code_button"
android:visibility="gone"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="@id/copyButton"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/shareButton"

View File

@@ -156,7 +156,7 @@
<string name="contact_name_hint">Give contact a nickname</string>
<string name="contact_link_hint">Your contact\'s link</string>
<string name="paste_button">Paste</string>
<string name="scan_qr_code_button">QR Code</string>
<string name="scan_qr_code_button">Scan Code</string>
<string name="add_contact_button">Add Contact</string>
<string name="copy_button">Copy</string>
<string name="share_button">Share</string>