Replace ProgressBars with Material component

This commit is contained in:
arkon
2020-12-26 10:39:09 -05:00
parent e94d5626dd
commit a8e536478c
5 changed files with 11 additions and 9 deletions
+1 -2
View File
@@ -47,9 +47,8 @@
app:layout_constraintTop_toBottomOf="@+id/manga_full_title"
tools:text="Chapter Title" />
<ProgressBar
<com.google.android.material.progressindicator.LinearProgressIndicator
android:id="@+id/download_progress"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"