commit | d5f6e79a0fb8a6405b5db787eb4642565eab659f | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Oct 08 08:29:59 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 08 08:29:59 2021 +0000 |
tree | b2edf44bf8cce7c82a4907dbf2a076cdd08e080b | |
parent | 7aea2de5ce481382adc898a0936224b72a6cee68 [diff] | |
parent | 2b638233f0529dea194bfaeeced3f3ef263cd584 [diff] |
[automerger skipped] Merge Android 12 am: 87db834851 -s ours am: 3765ceb17c -s ours am: 754e658b22 -s ours am: 2b638233f0 -s ours am skip reason: Merged-In I90187609ee9ba51bca7036a89ce46f1c08bbf1b3 with SHA-1 4cd48dfca4 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/1847634 Change-Id: Iac4502c275cb758bef28ec90bd25b18201c191ec
diff --git a/res/layout/themed_icon_section_view.xml b/res/layout/themed_icon_section_view.xml index 97892ee..cf7b842 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"