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