Updated on 2026-08-14

This commit is contained in:
Tangem 2021-02-11 21:04:42 +03:00
parent 18b0b9f15b
commit 58a76fb2d2

View file

@ -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" />
<ImageView
android:id="@+id/iv_payid_icon"