1
0
Fork 0

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

Changed height from match_constrained to wrap_content.
master
Mihai Adrian 2019-08-27 22:50:00 +03:00 committed by Jeff Boek
parent a65f220b39
commit 594569164d
1 changed files with 1 additions and 1 deletions

View File

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