|
@@ -9,16 +9,24 @@
|
|
|
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">
|
|
|
|
|
|
- <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" />
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/progress"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible">
|
|
|
+
|
|
|
+ <com.google.android.material.progressindicator.CircularProgressIndicator
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:indeterminate="true" />
|
|
|
+
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<eu.kanade.tachiyomi.widget.EmptyView
|
|
|
android:id="@+id/empty_view"
|