Extend the SeekBar left/start padding to avoid touch region too small am: 1770a04730 am: 6b70e89f24
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16038024 Change-Id: Ib2c8b416bddcfb10d90d7fb45f08be9f07a2d96b
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
android:id="@*android:id/seekbar"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:layout_height="48dp"/>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user