[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4211 changed SeekBar height to wrap_content to prevent misaligned dot (https://github.com/mozilla-mobile/fenix/pull/4832)

Changed height from match_constrained to wrap_content.
pull/600/head
Mihai Adrian 5 years ago committed by Jeff Boek
parent 018086c9ae
commit 1e2fdf5cae

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