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

Commit f358302c authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Change settings style to non AppCompat

Bug 27257097

Change-Id: I89575eb91c9235b9224861eda47bd1a04221d641
parent b320c749
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">