mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 00:15:08 +01:00
Fix download progress bar sizing to match icons
This commit is contained in:
parent
9ab29f5b7f
commit
47e770948b
@ -33,11 +33,11 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:indeterminate="true"
|
||||
android:padding="0dp"
|
||||
android:padding="1dp"
|
||||
android:visibility="gone"
|
||||
app:indicatorColor="@color/material_on_surface_emphasis_medium"
|
||||
app:indicatorInset="0dp"
|
||||
app:indicatorSize="24dp"
|
||||
app:indicatorSize="26dp"
|
||||
app:trackThickness="2dp" />
|
||||
|
||||
<ImageView
|
||||
|
Loading…
Reference in New Issue
Block a user