Fixes for api<23

This commit is contained in:
Koitharu
2022-03-28 18:48:36 +03:00
parent 5d2c046d53
commit 0c1ec2b0fc
26 changed files with 331 additions and 244 deletions

View File

@@ -2,9 +2,10 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:paddingBottom="?actionBarSize">
<com.google.android.material.progressindicator.CircularProgressIndicator
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"