mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2025-01-03 02:57:38 +03: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>
|