summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-06-16 06:35:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-06-16 06:35:52 +0000
commit04e32fa3d2299fef16f15ae237b592da55e50081 (patch)
treec0f62b41150bd0cd6ef4e9437834dcc91c9b2cd5
parent949b4d2940db514dff19b2b36ce28fe8b1b3b518 (diff)
parent2d34a8d02892ba0a5fdd0878703b5c4657407adf (diff)
Merge "Tweak vertical divider hight of RadioButtonPreference" into sc-dev
-rw-r--r--packages/SettingsLib/RadioButtonPreference/res/layout/preference_radio.xml2
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" />