1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

Ladybird/Android: Add window options to night theme

These were added to the non-night theme to accomodate our custom action
bar. Add them to the night theme to make it actually usable.
This commit is contained in:
Andrew Kaster 2023-09-16 17:33:40 -06:00 committed by Andrew Kaster
parent f9f5c5a3a9
commit 27fda83dcf

View file

@ -12,5 +12,7 @@
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
</resources>