mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-13 14:02:49 +01:00
16 lines
539 B
XML
16 lines
539 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<!--===============-->
|
||
|
<!-- Launch Screen -->
|
||
|
<!--===============-->
|
||
|
<style name="Theme.Splash" parent="Theme.Tachiyomi">
|
||
|
<item name="colorBackgroundSplash">@color/colorDarkPrimaryDark</item>
|
||
|
|
||
|
<item name="android:windowBackground">@drawable/splash_background</item>
|
||
|
<item name="android:statusBarColor">?attr/colorBackgroundSplash</item>
|
||
|
<item name="android:navigationBarColor">?attr/colorBackgroundSplash</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|