Fix: Show when scanned QRs are invalid addresses.

The UI was not visible on screen due to minor typo.
This commit is contained in:
Kevin Gorham 2021-03-16 15:09:29 -04:00
parent 3bf1ed1415
commit e3ea68d7ce
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@
<TextView
android:id="@+id/text_scan_error"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:ellipsize="end"
android:fontFamily="@font/inconsolata"

View File

@ -87,7 +87,7 @@
<string name="scan_address_title" tools:ignore="MissingTranslation">@string/translated_send_scanqr</string>
<!-- Screen: Scan -->
<string name="scan_invalid_address">"Invalid Zcash %1$s address:\n%2$s"</string>
<string name="scan_invalid_address">"Invalid Zcash %1$s address:\n\n%2$s"</string>
<!-- Screen: Send Flow -->
<string name="send_address_hint" tools:ignore="MissingTranslation">@string/translated_label_to</string>