Fix add by QR code layout (#5424)

Signed-off-by: Prat T <pt2121@users.noreply.github.com>
This commit is contained in:
Prat T 2022-09-10 10:53:34 -07:00
parent e37344a059
commit 73eb63a35e
No known key found for this signature in database
GPG Key ID: 288BA40A64BD3461
2 changed files with 2 additions and 0 deletions

1
changelog.d/5424.bugfix Normal file
View File

@ -0,0 +1 @@
Fix text margin in QR code view when no display name is set

View File

@ -69,6 +69,7 @@
android:textAlignment="center"
android:textColor="?vctr_content_tertiary"
app:layout_constraintTop_toBottomOf="@id/showUserCodeCardNameText"
app:layout_goneMarginTop="54dp"
tools:text="@sample/users.json/data/id" />
<!-- android:id="@+id/itemShareQrCodeImage"-->