fix: set dark theme globally to prevent white flash on page transitions
This commit is contained in:
parent
4f16db59b2
commit
4bbc0bcdcb
2 changed files with 37 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue