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

Commit 7664d84c authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

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

am: ef80a2ac

* commit 'ef80a2ac':
  Change settings style to non AppCompat
parents 6a92855d ef80a2ac
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">