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

@ -188,6 +188,7 @@
android:layout_height="wrap_content"
android:layout_weight="8"
android:maxHeight="3dp"
android:paddingVertical="@dimen/seekbar_padding"
android:progressDrawable="@drawable/color_progress_seek"
android:progressTint="@color/md_white_1000"
android:splitTrack="false"