Updated on 2026-08-14

This commit is contained in:
Tangem 2019-02-04 12:26:56 +03:00
parent 83aaebb422
commit a7e2964c53
10 changed files with 117 additions and 242 deletions

View file

@ -58,7 +58,6 @@
</LinearLayout>
<include
android:id="@+id/progressBar"
layout="@layout/layout_progress_horizontal" />
</androidx.constraintlayout.widget.ConstraintLayout>

View file

@ -24,7 +24,7 @@
</LinearLayout>
<LinearLayout
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/llNfc"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -45,9 +45,9 @@
app:rb_strokeWidth="8dp"
app:rb_type="strokeRipple" />
</LinearLayout>
</androidx.appcompat.widget.LinearLayoutCompat>
<LinearLayout
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/llHand"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -68,7 +68,7 @@
android:layout_height="wrap_content"
app:srcCompat="@drawable/hand_card_vertical" />
</LinearLayout>
</androidx.appcompat.widget.LinearLayoutCompat>
<RelativeLayout
android:id="@+id/rlProgressBar"