Permormance improvements

This commit is contained in:
Koitharu
2023-04-28 16:22:43 +03:00
parent f9a1d1617e
commit 5ea0ecbd12
56 changed files with 370 additions and 422 deletions

View File

@@ -20,7 +20,9 @@
android:id="@+id/progressBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp" />
android:layout_marginTop="6dp"
android:indeterminate="true"
android:max="100" />
<TextView
android:id="@+id/textView_subtitle"