Fix seekbar vanishing (#662)

This commit is contained in:
Quickdesh 2022-07-14 03:12:22 +05:30 committed by GitHub
parent aa8f3c8dd4
commit f1169dbd97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"