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

Commit 95148de2 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Don't use fullscreen theme for forced resizable info activity am: 3f09052e am: b0ba9599

am: 403a545e

Change-Id: I109f607cf3c319f70e707e996f697d2185e031e5
parents 1ca4cbee 403a545e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
    </style>

    <!-- Theme used for the activity that shows when the system forced an app to be resizable -->
    <style name="ForcedResizableTheme" parent="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">
    <style name="ForcedResizableTheme" parent="@android:style/Theme.Translucent.NoTitleBar">
        <item name="android:windowBackground">@drawable/forced_resizable_background</item>
        <item name="android:statusBarColor">@color/transparent</item>
        <item name="android:windowAnimationStyle">@style/Animation.ForcedResizable</item>