Prevent cutting the thumb of the LabeledSeekBarPreference from different themes.

Add the attribute “clipChildren” as false to avoid cutting.

Bug: 219415822
Test: manual test
Change-Id: I0c565896279111e65600d1b41c576106a8de7136
This commit is contained in:
Peter_Liang
2022-04-20 13:18:56 +08:00
parent 361d42afe5
commit 3954a79773

View File

@@ -19,6 +19,7 @@
android:id="@+id/seekbar_frame" android:id="@+id/seekbar_frame"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:clipChildren="false"
android:background="?android:colorBackground" android:background="?android:colorBackground"
android:gravity="center_vertical"> android:gravity="center_vertical">