Updated on 2026-08-14

This commit is contained in:
Tangem 2021-06-24 14:32:27 +03:00
parent 2e5ce52b3a
commit 3df2441d4f
2 changed files with 4768 additions and 926 deletions

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@
<TextView
android:id="@+id/tv_currency_name"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"
@ -42,7 +42,7 @@
android:textColor="@color/darkGray6"
android:textSize="17sp"
android:textStyle="bold"
app:layout_constraintEnd_toStartOf="@id/btn_add_token"
app:layout_constraintEnd_toStartOf="@id/barrier_chip_button"
app:layout_constraintHorizontal_bias="0"
app:layout_constraintStart_toEndOf="@id/iv_currency"
app:layout_constraintTop_toTopOf="@id/iv_currency"
@ -93,4 +93,12 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<androidx.constraintlayout.widget.Barrier
android:id="@+id/barrier_chip_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:barrierDirection="start"
app:constraint_referenced_ids="btn_add_token, btn_token_added" />
</androidx.constraintlayout.widget.ConstraintLayout>