Skip to content

Commit

Permalink
fix: Android dark splash? #459
Browse files Browse the repository at this point in the history
  • Loading branch information
lucien144 committed Oct 19, 2024
1 parent 4038935 commit 6d16eec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions android/app/src/main/res/drawable-night/launch_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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/black" />

<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>

0 comments on commit 6d16eec

Please sign in to comment.