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

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

Apply correct styles to account filter activities on tablets

am: 52c1a302f9

* commit '52c1a302f933cf14b93e7a5e14426eec44d67953':
  Apply correct styles to account filter activities on tablets
parents 9a6a85d6 87ad2970
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -15,9 +15,12 @@
  -->

<resources>
    <style name="ContactListFilterTheme" parent="@android:Theme.Holo.Light.Dialog">
    <style name="ContactListFilterTheme" parent="Theme.AppCompat.Light.Dialog">
        <item name="android:windowCloseOnTouchOutside">true</item>
        <item name="android:listViewStyle">@style/ListViewStyle</item>
        <!-- Styles that require AppCompat compatibility, remember to update both sets -->
        <item name="android:colorAccent">@color/dialtacts_theme_color</item>
        <item name="colorAccent">@color/dialtacts_theme_color</item>
    </style>

    <style name="CustomContactListFilterView" parent="ContactListFilterTheme">
+4 −1
Original line number Diff line number Diff line
@@ -69,8 +69,11 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar
        <item name="android:overScrollMode">always</item>
    </style>

    <style name="ContactListFilterTheme" parent="@android:Theme.Holo.Light">
    <style name="ContactListFilterTheme" parent="Theme.AppCompat.Light">
        <item name="android:listViewStyle">@style/ListViewStyle</item>
        <!-- Styles that require AppCompat compatibility, remember to update both sets -->
        <item name="android:colorAccent">@color/dialtacts_theme_color</item>
        <item name="colorAccent">@color/dialtacts_theme_color</item>
    </style>

    <style name="CustomContactListFilterView" parent="ContactListFilterTheme">