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

Commit e3a17a27 authored by Sunny Shao's avatar Sunny Shao
Browse files

Set preference background color as transparent

- Set LayoutPreference background.
- Set MainSwitchPreference background.

Fixes: 234397211
Bug: 214943470
Bug: 234397221

Test: manual test
Change-Id: Ib2eaf917c2c39f82050f3f50313370bbb72e401c
parent b6102162
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@

<resources>
    <style name="EntityHeader">
        <item name="android:background">?android:attr/colorPrimaryDark</item>
        <item name="android:paddingTop">24dp</item>
        <item name="android:paddingBottom">16dp</item>
        <item name="android:paddingEnd">16dp</item>
+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:orientation="vertical">

    <LinearLayout