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" />