diff options
| author | 2023-05-04 09:15:36 +0000 | |
|---|---|---|
| committer | 2023-05-04 09:15:36 +0000 | |
| commit | 706cc5848c07d4ab29b5c5ebbc624df41d19468b (patch) | |
| tree | d9c0dc170d0c2f16ef65a0be426cc8c25ab5addc | |
| parent | 40ae027d9443b2ebfe6f203fbcb4aa3b17de82b3 (diff) | |
| parent | 74273123cae5493d1313d93b96faaf7f7749c544 (diff) | |
Merge "Set preference background color as transparent" into udc-dev
| -rw-r--r-- | packages/SettingsLib/IllustrationPreference/res/layout/illustration_preference.xml | 1 | ||||
| -rw-r--r-- | packages/SettingsLib/MainSwitchPreference/res/layout-v33/settingslib_main_switch_bar.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/SettingsLib/IllustrationPreference/res/layout/illustration_preference.xml b/packages/SettingsLib/IllustrationPreference/res/layout/illustration_preference.xml index eecb4bff16ae..685e2595119a 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 ab0cf3138d9c..d2e9fbeef073 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" |