Fixes #4211 changed SeekBar height to wrap_content to prevent misaligned dot (#4832)

Changed height from match_constrained to wrap_content.
nightly-build-test
Mihai Adrian 5 years ago committed by Jeff Boek
parent a65f220b39
commit 594569164d

@ -35,7 +35,7 @@
<SeekBar
android:id="@+id/seekbar"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:paddingEnd="60dp"
app:layout_constraintBottom_toBottomOf="@+id/seekbar_value"
app:layout_constraintEnd_toEndOf="parent"

Loading…
Cancel
Save