Increased size of Touch targets of Seekbars

This commit is contained in:
Prathamesh More 2021-12-31 13:23:38 +05:30
parent cbf410f0cd
commit cd933b56dc
22 changed files with 25 additions and 2 deletions

View file

@ -37,6 +37,7 @@
style="@style/MusicProgressSlider"
android:layout_width="0dp"
android:layout_height="match_parent"
android:paddingVertical="@dimen/seekbar_padding"
app:layout_constraintEnd_toStartOf="@id/songTotalTime"
app:layout_constraintStart_toEndOf="@id/songCurrentProgress"
tools:ignore="RtlHardcoded,UnusedAttribute" />