Extend the SeekBar left/start padding to avoid touch region too small am: 1770a04730
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16038024 Change-Id: If31c979c180f7874da7528dd48d01078508e3e91
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