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

Commit 813d42b5 authored by Matt Casey's avatar Matt Casey
Browse files

Fix status bar icon coloring in long screenshots

Bug: 183613157
Test: Visual verification in dark and light themes
Change-Id: I9d98c4b5ba931a07e79d4a0bd150aade20426483
parent 54c39c71
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -29,4 +29,10 @@
        <item name="android:textColor">?android:attr/textColorPrimary</item>
    </style>

    <!-- Screenshots -->
    <style name="LongScreenshotActivity" parent="@android:style/Theme.DeviceDefault.DayNight">
        <item name="android:windowLightStatusBar">false</item>
        <item name="android:windowLightNavigationBar">false</item>
    </style>

</resources>
+2 −0
Original line number Diff line number Diff line
@@ -622,6 +622,8 @@
    <!-- Screenshots -->
    <style name="LongScreenshotActivity" parent="@android:style/Theme.DeviceDefault.DayNight">
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowLightStatusBar">true</item>
        <item name="android:windowLightNavigationBar">true</item>
    </style>

    <!-- Privacy dialog -->