mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:57: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:
parent
f9f5c5a3a9
commit
27fda83dcf
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue