diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-05-01 21:55:20 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-01 21:55:20 +0800 |
commit | 2ea03486c86a7023830b31edfb87ee41994e59e0 (patch) | |
tree | 9792282834a6dd1e678dcfb12a2c8cc9b9d13bb7 /res/layout | |
parent | 1e4602e4f6b26df738ec65555489c22e5e15752b (diff) | |
parent | 4dda4791465a5b41670ea64dfd78fccfb9bec89e (diff) |
Merge tag 'LA.QSSI.12.0.r1-06800-qssi.0' into sugisawa-mr1HEADsugisawa-mr1
"LA.QSSI.12.0.r1-06800-qssi.0"
Change-Id: Ib7b70941f6b07e137eed7d3318e2744f91e8002b
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/themed_icon_section_view.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/themed_icon_section_view.xml b/res/layout/themed_icon_section_view.xml index 97892eeb..cf7b8428 100644 --- a/res/layout/themed_icon_section_view.xml +++ b/res/layout/themed_icon_section_view.xml @@ -28,6 +28,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" + android:gravity="center_vertical" android:orientation="horizontal"> <TextView @@ -42,7 +43,7 @@ <Switch android:id="@+id/themed_icon_toggle" android:layout_width="wrap_content" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:background="@null" android:clickable="false" android:focusable="false" |