Use correct color for reader loading indicator (#5645)

Night theme color will be used when black or gray background color is used.
This commit is contained in:
Ivan Iskandar
2021-08-07 01:22:04 +07:00
committed by GitHub
parent 478256d766
commit 7a1b6142df
7 changed files with 63 additions and 19 deletions

View File

@@ -15,15 +15,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.google.android.material.progressindicator.CircularProgressIndicator
android:id="@+id/please_wait"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:indeterminate="true"
android:visibility="gone"
tools:visibility="visible" />
<eu.kanade.tachiyomi.ui.reader.PageIndicatorTextView
android:id="@+id/page_number"
style="@style/TextAppearance.Regular.Caption"