|
|
|
|
@ -36,12 +36,12 @@
|
|
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
|
|
|
|
tools:listitem="@layout/item_chapter" />
|
|
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
|
<com.google.android.material.progressindicator.CircularProgressIndicator
|
|
|
|
|
android:id="@+id/progressBar"
|
|
|
|
|
style="@style/Widget.AppCompat.ProgressBar"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerInParent="true"
|
|
|
|
|
android:indeterminate="true"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|