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"?> <?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <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 <item
android:width="250dp" android:width="250dp"
android:height="250dp" android:height="250dp"
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <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> <item>
<bitmap <bitmap
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="colorOverlay">#1AFFFFFF</color> <color name="colorOverlay">#1AFFFFFF</color>
<color name="splash_background">#0D0D0D</color>
</resources> </resources>
\ No newline at end of file
...@@ -5,4 +5,5 @@ ...@@ -5,4 +5,5 @@
<color name="light">#e0e0e0</color> <color name="light">#e0e0e0</color>
<color name="su_request_background">#e0e0e0</color> <color name="su_request_background">#e0e0e0</color>
<color name="colorOverlay">#0D000000</color> <color name="colorOverlay">#0D000000</color>
<color name="splash_background">@color/ic_launcher_background</color>
</resources> </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