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

Commit e9939c11 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Remove background override for sw720dp preference panel" into lmp-dev

parents 2df938e5 95b1f843
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>