Updated on 2026-08-14

This commit is contained in:
Tangem 2021-10-28 15:08:03 +03:00
parent c8b2424a1f
commit 2485ce4658

View file

@ -6,8 +6,8 @@
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="32dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="32dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:progressBackgroundTint="#401ACE80"
android:progressTint="@color/accent" />
</merge>