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

Commit 95b1f843 authored by Alan Viverette's avatar Alan Viverette
Browse files

Remove background override for sw720dp preference panel

BUG: 17449927
Change-Id: I8a52a7c2b25028c450e838890bd061fc00fd6f03
parent d6adcef9
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -16,10 +16,9 @@

<resources>
    <style name="PreferencePanel">
        <item name="android:layout_marginStart">@dimen/preference_screen_side_margin</item>
        <item name="android:layout_marginEnd">@dimen/preference_screen_side_margin</item>
        <item name="android:layout_marginTop">@dimen/preference_screen_top_margin</item>
        <item name="android:layout_marginBottom">@dimen/preference_screen_bottom_margin</item>
        <item name="android:background">?attr/detailsElementBackground</item>
        <item name="layout_marginStart">@dimen/preference_screen_side_margin</item>
        <item name="layout_marginEnd">@dimen/preference_screen_side_margin</item>
        <item name="layout_marginTop">@dimen/preference_screen_top_margin</item>
        <item name="layout_marginBottom">@dimen/preference_screen_bottom_margin</item>
    </style>
</resources>