Extend the SeekBar left/start padding to avoid touch region too small

old padding: https://screenshot.googleplex.com/3t57cJfM2HCd6bc
new padding: https://screenshot.googleplex.com/5yuzj5oQvvKvY7W

Bug: 202295741
Test: make SettingsRoboTests
Change-Id: Ia4453261c22919e325a971237efc79b4887362ec
This commit is contained in:
ykhung
2021-10-12 19:43:39 +08:00
committed by YUKAI HUNG
parent f438abe0d9
commit 1770a04730

View File

@@ -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>