Fix download progress bar sizing to match icons
(cherry picked from commit 47e770948bc1aefa8f4895a8c75ecad2128e08ba)
This commit is contained in:
parent
171a610d0d
commit
8ee8cae1f7
@ -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…
x
Reference in New Issue
Block a user