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

Commit 07566a95 authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am be5e6429: Switch BackgroundOnlyTheme from Holo to Material

* commit 'be5e6429cfc1100e9a3d8a36e52414e13929ad99':
  Switch BackgroundOnlyTheme from Holo to Material
parents 018c566a 7a37c742
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar
        <item name="android:layout_height">match_parent</item>
    </style>

    <style name="BackgroundOnlyTheme" parent="@android:style/Theme.Holo.Light">
    <style name="BackgroundOnlyTheme" parent="@android:style/Theme.Material.Light">
        <item name="android:windowBackground">@null</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowAnimationStyle">@null</item>