mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-29 01:29:02 +03:00
Fix seekbar vanishing (#662)
This commit is contained in:
parent
aa8f3c8dd4
commit
f1169dbd97
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@
|
|||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/seekBarGroup"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
|
|
Loading…
Reference in a new issue