mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 06:09:55 +01:00
Show QR code again
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
android:drawablePadding="8dp"
|
android:drawablePadding="8dp"
|
||||||
android:drawableStart="@drawable/ic_qr_code"
|
android:drawableStart="@drawable/ic_qr_code"
|
||||||
android:text="@string/scan_qr_code_button"
|
android:text="@string/scan_qr_code_button"
|
||||||
android:visibility="gone"
|
android:visibility="visible"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintHorizontal_bias="0.5"
|
app:layout_constraintHorizontal_bias="0.5"
|
||||||
app:layout_constraintStart_toEndOf="@id/pasteButton"
|
app:layout_constraintStart_toEndOf="@id/pasteButton"
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
android:drawableStart="@drawable/ic_qr_code"
|
android:drawableStart="@drawable/ic_qr_code"
|
||||||
android:drawableTint="@color/briar_button_text_positive"
|
android:drawableTint="@color/briar_button_text_positive"
|
||||||
android:text="@string/show_qr_code_button"
|
android:text="@string/show_qr_code_button"
|
||||||
android:visibility="gone"
|
android:visibility="visible"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/copyButton"
|
app:layout_constraintBottom_toBottomOf="@id/copyButton"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@id/shareButton"
|
app:layout_constraintStart_toEndOf="@id/shareButton"
|
||||||
|
|||||||
@@ -156,7 +156,7 @@
|
|||||||
<string name="contact_name_hint">Give contact a nickname</string>
|
<string name="contact_name_hint">Give contact a nickname</string>
|
||||||
<string name="contact_link_hint">Your contact\'s link</string>
|
<string name="contact_link_hint">Your contact\'s link</string>
|
||||||
<string name="paste_button">Paste</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="add_contact_button">Add Contact</string>
|
||||||
<string name="copy_button">Copy</string>
|
<string name="copy_button">Copy</string>
|
||||||
<string name="share_button">Share</string>
|
<string name="share_button">Share</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user