mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +00:00
set navigation bar color
add note to edge-to-edge enforcement on android 15
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
<style name="NormalTheme" parent="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
|
||||
<item name="android:navigationBarColor">#131313</item>
|
||||
</style>
|
||||
</resources>
|
||||
@@ -11,6 +11,11 @@
|
||||
</style>
|
||||
<style name="NormalTheme" parent="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<!-- windowOptOutEdgeToEdgeEnforcement -> Flag indicating whether this window would opt-out the
|
||||
edge-to-edge enforcement. If this is false, the edge-to-edge enforcement will be applied to the window if it
|
||||
belongs to an app targeting Android 15 and above. If this is true, the edge-to-edge enforcement
|
||||
won't be applied. However, this attribute will be deprecated and disabled in a future SDK level. -->
|
||||
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
|
||||
<item name="android:navigationBarColor">#131313</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user