mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 14:17:48 +01:00
Increase padding to progress bar (#5110)
This commit is contained in:
parent
19f39fcdb0
commit
0dbb79359b
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue