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

Commit 9bd5b318 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove custom style for preferenceFragmentStyle"

parents 64f0a054 1b11c686
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -129,12 +129,6 @@
        <item name="android:scrollbarStyle">outsideOverlay</item>
    </style>

    <style name="SettingsPreferenceHeaderPanel" parent="@*android:style/PreferenceHeaderPanel">
    </style>

    <style name="SettingsPreferenceHeaderList" parent="@*android:style/PreferenceHeaderList">
    </style>

    <style name="TrustedCredentialsList">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">match_parent</item>
+0 −5
Original line number Diff line number Diff line
@@ -19,11 +19,6 @@
<!-- Things unrelated to preference framework UI customization should go to other styles files -->
<resources>

    <!-- Fragment style -->
    <style name="SettingsPreferenceFragmentStyle" parent="@style/PreferenceFragment.Material">
        <item name="android:layout">@layout/preference_list_fragment</item>
    </style>

    <style name="ApnPreference" parent="@style/Preference.Material">
        <item name="android:layout">@layout/apn_preference_layout</item>
    </style>
+0 −1
Original line number Diff line number Diff line
@@ -183,7 +183,6 @@
    </style>

    <style name="PreferenceTheme" parent="@style/PreferenceThemeOverlay.SettingsBase">
        <item name="preferenceFragmentStyle">@style/SettingsPreferenceFragmentStyle</item>
        <item name="apnPreferenceStyle">@style/ApnPreference</item>
        <item name="seekBarPreferenceStyle">@style/SettingsSeekBarPreference</item>
        <item name="twoStateButtonPreferenceStyle">@style/TwoStateButtonPreference</item>