Fix add by QR code layout (#5424)
Signed-off-by: Prat T <pt2121@users.noreply.github.com>
This commit is contained in:
parent
e37344a059
commit
73eb63a35e
|
@ -0,0 +1 @@
|
||||||
|
Fix text margin in QR code view when no display name is set
|
|
@ -69,6 +69,7 @@
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textColor="?vctr_content_tertiary"
|
android:textColor="?vctr_content_tertiary"
|
||||||
app:layout_constraintTop_toBottomOf="@id/showUserCodeCardNameText"
|
app:layout_constraintTop_toBottomOf="@id/showUserCodeCardNameText"
|
||||||
|
app:layout_goneMarginTop="54dp"
|
||||||
tools:text="@sample/users.json/data/id" />
|
tools:text="@sample/users.json/data/id" />
|
||||||
|
|
||||||
<!-- android:id="@+id/itemShareQrCodeImage"-->
|
<!-- android:id="@+id/itemShareQrCodeImage"-->
|
||||||
|
|
Loading…
Reference in New Issue