fix: flashbang

This commit is contained in:
edde746
2026-06-12 02:40:42 +02:00
parent 0f1bf5e011
commit 97ba02f45e
6 changed files with 58 additions and 3 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<item android:drawable="@color/splash_background" />
<!-- You can insert your own image assets here -->
<!-- <item>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- TV (Android TV / Google TV / Fire TV) launch + window background.
The television UI-mode qualifier outranks night/notnight, so this wins
even on TVs that report notnight (most do) where values/ would resolve
the near-white #F7F7F8. Black matches the OLED default theme on TV. -->
<color name="splash_background">#000000</color>
</resources>