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

Commit 7e59bb70 authored by Alan Viverette's avatar Alan Viverette
Browse files

Use DeviceDefault (dark) theme for PrintActivity

Bug: 21433656
Change-Id: If90ba72fb5862f0eb583c8e64642920c49c5fea6
parent bcbe9ba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<resources>

    <style name="PrintActivity" parent="@android:style/Theme.Material.Settings">
    <style name="PrintActivity" parent="@android:style/Theme.DeviceDefault">
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowContentOverlay">@null</item>