From 58a76fb2d2f9abdfedcfb99ffb21f1bdf1d4c539 Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 11 Feb 2021 21:04:42 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/src/main/res/layout/layout_address.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/layout_address.xml b/app/src/main/res/layout/layout_address.xml index b7ad833af2..abf039bab7 100644 --- a/app/src/main/res/layout/layout_address.xml +++ b/app/src/main/res/layout/layout_address.xml @@ -97,6 +97,7 @@ android:clickable="true" android:elevation="3dp" android:focusable="true" + app:layout_constraintVertical_bias="0" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/btn_show_qr" app:layout_constraintTop_toBottomOf="@id/chip_group_address_type"> @@ -143,7 +144,8 @@ android:layout_marginStart="16dp" android:layout_marginEnd="16dp" android:background="@color/lightGray5" - app:layout_constraintTop_toBottomOf="@id/tv_explore" /> + android:layout_marginTop="25dp" + app:layout_constraintTop_toBottomOf="@id/btn_copy" />