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

Commit f5cccba8 authored by Matt Casey's avatar Matt Casey Committed by Automerger Merge Worker
Browse files

Merge "Hide LongScreenshotActivity title in dark theme." into sc-dev am: c2fa9124

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14213765

Change-Id: Ib9c0d2a9bf8a05e7e9e6ad22acdb5d3e70efe1ce
parents 9642976b c2fa9124
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@

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