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

@ -29,6 +29,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:maxHeight="2dp"
android:paddingVertical="@dimen/seekbar_padding"
android:progressDrawable="@drawable/color_progress_seek"
app:layout_constraintBottom_toBottomOf="@+id/volumeDown"
app:layout_constraintEnd_toStartOf="@+id/volumeUp"