Increase padding to progress bar (#5110)

(cherry picked from commit 0dbb79359bf01aa93305efedf4ef80c1e0c0ecb8)
This commit is contained in:
Soitora 2021-05-19 04:38:59 +02:00 committed by Jobobby04
parent 677f93a6ec
commit 2a32c9cb5d

View File

@ -52,7 +52,8 @@
android:id="@+id/download_progress"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginTop="4dp"
android:layout_marginBottom="4dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/menu"
app:layout_constraintStart_toEndOf="@+id/reorder"