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

Commit 176f292b authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix AccountFilterActivity dialog

The Contacts To Display and Customize Display activities should
always be full screen on phones, and dialogs on tablets.

Bug 9074879

Change-Id: Ibef42f9a575320ada48c3c0274a3b68c047e7bbd
parent ada1e97d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
  -->

<resources>
    <style name="ContactListFilterTheme" parent="@android:Theme.Holo.Light.Dialog">
        <item name="android:windowCloseOnTouchOutside">true</item>
        <item name="android:listViewStyle">@style/ListViewStyle</item>
    </style>

    <style name="CustomContactListFilterView" parent="ContactListFilterTheme">
        <item name="android:layout_width">match_parent</item>
+1 −2
Original line number Diff line number Diff line
@@ -46,8 +46,7 @@ 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.Dialog">
        <item name="android:windowCloseOnTouchOutside">true</item>
    <style name="ContactListFilterTheme" parent="@android:Theme.Holo.Light">
        <item name="android:listViewStyle">@style/ListViewStyle</item>
    </style>