mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Merge pull request #7092 from pt2121/pt/5424-qr
Fix add by QR code layout (#5424)
This commit is contained in:
commit
7f766eef2a
2 changed files with 2 additions and 0 deletions
1
changelog.d/5424.bugfix
Normal file
1
changelog.d/5424.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fix text margin in QR code view when no display name is set
|
|
@ -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"-->
|
||||
|
|
Loading…
Reference in a new issue