Increase padding to progress bar (#5110)

This commit is contained in:
Soitora 2021-05-19 04:38:59 +02:00 committed by GitHub
parent 19f39fcdb0
commit 0dbb79359b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"