[Material Next] Audio adjustment customized seekbar

1. Seekbar high: 48dp for the tappable area
2. Left aligned

Bug: 186609598
Test: Manual testing
Change-Id: I3546e3f39abe04480ca00d8068ff92a5546645ab
This commit is contained in:
menghanli
2021-05-03 16:43:47 +08:00
committed by Menghan Li
parent 6f1ae5d67a
commit 503eac982b

View File

@@ -76,6 +76,9 @@
<com.android.settings.accessibility.BalanceSeekBar
android:id="@*android:id/seekbar"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingStart="0dp"
android:paddingEnd="0dp"
android:layout_gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>