commit | 706cc5848c07d4ab29b5c5ebbc624df41d19468b | [log] [tgz] |
---|---|---|
author | Edgar Wang <edgarwang@google.com> | Thu May 04 09:15:36 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu May 04 09:15:36 2023 +0000 |
tree | d9c0dc170d0c2f16ef65a0be426cc8c25ab5addc | |
parent | 40ae027d9443b2ebfe6f203fbcb4aa3b17de82b3 [diff] | |
parent | 74273123cae5493d1313d93b96faaf7f7749c544 [diff] |
Merge "Set preference background color as transparent" into udc-dev
diff --git a/packages/SettingsLib/IllustrationPreference/res/layout/illustration_preference.xml b/packages/SettingsLib/IllustrationPreference/res/layout/illustration_preference.xml index eecb4bf..685e259 100644 --- a/packages/SettingsLib/IllustrationPreference/res/layout/illustration_preference.xml +++ b/packages/SettingsLib/IllustrationPreference/res/layout/illustration_preference.xml
@@ -19,7 +19,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" - android:background="?android:attr/colorBackground" android:importantForAccessibility="noHideDescendants" android:gravity="center" android:orientation="horizontal">
diff --git a/packages/SettingsLib/MainSwitchPreference/res/layout-v33/settingslib_main_switch_bar.xml b/packages/SettingsLib/MainSwitchPreference/res/layout-v33/settingslib_main_switch_bar.xml index ab0cf31..d2e9fbe 100644 --- a/packages/SettingsLib/MainSwitchPreference/res/layout-v33/settingslib_main_switch_bar.xml +++ b/packages/SettingsLib/MainSwitchPreference/res/layout-v33/settingslib_main_switch_bar.xml
@@ -19,7 +19,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="match_parent" - android:background="?android:attr/colorBackground" android:minHeight="?android:attr/listPreferredItemHeight" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:paddingStart="?android:attr/listPreferredItemPaddingStart"