Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Fixes #4211 changed SeekBar height to wrap_content to prevent misalig…
Browse files Browse the repository at this point in the history
…ned dot (#4832)

Changed height from match_constrained to wrap_content.
  • Loading branch information
mcarare authored and boek committed Aug 27, 2019
1 parent a65f220 commit 5945691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_percentage_seek_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5945691

Please sign in to comment.