fix: set dark theme globally to prevent white flash on page transitions

This commit is contained in:
fiatcode 2026-04-30 16:41:28 +07:00
parent 4f16db59b2
commit 4bbc0bcdcb
No known key found for this signature in database
2 changed files with 37 additions and 10 deletions

View file

@ -1,12 +1,5 @@
<?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" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
<item android:drawable="#0d0d0d" />
</layer-list>