Merge pull request #7092 from pt2121/pt/5424-qr

Fix add by QR code layout (#5424)
This commit is contained in:
Benoit Marty 2022-09-12 17:28:17 +02:00 committed by GitHub
commit 7f766eef2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"-->