Commit fc766738 authored by RikkaW's avatar RikkaW Committed by John Wu

Black splash screen background for dark theme

parent 17b5291b
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/ic_launcher_background" />
<item android:drawable="@color/splash_background" />
<item
android:width="250dp"
android:height="250dp"
......
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/ic_launcher_background" />
<item android:drawable="@color/splash_background" />
<item>
<bitmap
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorOverlay">#1AFFFFFF</color>
<color name="splash_background">#0D0D0D</color>
</resources>
\ No newline at end of file
......@@ -5,4 +5,5 @@
<color name="light">#e0e0e0</color>
<color name="su_request_background">#e0e0e0</color>
<color name="colorOverlay">#0D000000</color>
<color name="splash_background">@color/ic_launcher_background</color>
</resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment