Merge "Tweak vertical divider hight of RadioButtonPreference" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-16 06:35:52 +00:00
committed by Android (Google) Code Review

View File

@@ -104,7 +104,7 @@
android:gravity="center_vertical">
<View
android:layout_width=".75dp"
android:layout_height="match_parent"
android:layout_height="32dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:background="?android:attr/dividerVertical" />