diff options
| author | 2021-06-16 06:35:52 +0000 | |
|---|---|---|
| committer | 2021-06-16 06:35:52 +0000 | |
| commit | 04e32fa3d2299fef16f15ae237b592da55e50081 (patch) | |
| tree | c0f62b41150bd0cd6ef4e9437834dcc91c9b2cd5 | |
| parent | 949b4d2940db514dff19b2b36ce28fe8b1b3b518 (diff) | |
| parent | 2d34a8d02892ba0a5fdd0878703b5c4657407adf (diff) | |
Merge "Tweak vertical divider hight of RadioButtonPreference" into sc-dev
| -rw-r--r-- | packages/SettingsLib/RadioButtonPreference/res/layout/preference_radio.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/RadioButtonPreference/res/layout/preference_radio.xml b/packages/SettingsLib/RadioButtonPreference/res/layout/preference_radio.xml index b299061ce591..906ff2cc09d5 100644 --- a/packages/SettingsLib/RadioButtonPreference/res/layout/preference_radio.xml +++ b/packages/SettingsLib/RadioButtonPreference/res/layout/preference_radio.xml @@ -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" /> |