Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74273123 authored by Edgar Wang's avatar Edgar Wang
Browse files

Set preference background color as transparent

- IllustrationPreference
- MainSwitchPreference

Bug: 280554568
Test: Visual
Change-Id: I5e49b39b4896e29dfc684a27c3ff44f606c256b2
parent 4ef0d056
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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">
+0 −1
Original line number Diff line number Diff line
@@ -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"