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

This commit is contained in:
Matt Casey
2021-04-17 12:24:05 +00:00
committed by Android (Google) Code Review

View File

@@ -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>