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

Commit ef80a2ac authored by Wenyi Wang's avatar Wenyi Wang Committed by Android (Google) Code Review
Browse files

Merge "Change settings style to non AppCompat" into nyc-dev

parents 13103cd0 f358302c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -299,10 +299,8 @@
        <item name="android:layout_height">match_parent</item>
    </style>

    <style name="ContactsPreferencesTheme" parent="@style/PeopleThemeAppCompat">
        <!-- Styles that require AppCompat compatibility, remember to update both sets -->
        <item name="android:alertDialogTheme">@style/ContactsAlertDialogThemeAppCompat</item>
        <item name="alertDialogTheme">@style/ContactsAlertDialogThemeAppCompat</item>
    <style name="ContactsPreferencesTheme" parent="@style/PeopleTheme">
        <item name="android:listViewStyle">@style/ListViewStyle</item>
    </style>

    <style name="ContactListFilterTheme" parent="@style/PeopleThemeAppCompat">