|
@@ -9,17 +9,16 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
- tools:context=".ui.browse.source.browse.BrowseSourceController">
|
|
|
+ tools:context=".ui.browse.source.browse.BrowseSourceController" />
|
|
|
|
|
|
- <ProgressBar
|
|
|
- android:id="@+id/progress"
|
|
|
- style="?android:attr/progressBarStyleLarge"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
+ <com.google.android.material.progressindicator.CircularProgressIndicator
|
|
|
+ android:id="@+id/progress"
|
|
|
+ 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.widget.EmptyView
|
|
|
android:id="@+id/empty_view"
|