mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
12 lines
545 B
XML
12 lines
545 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Theme.Nuvio" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
<item name="android:windowBackground">@color/nuvio_background</item>
|
|
</style>
|
|
|
|
<style name="Theme.Nuvio.Splash" parent="Theme.SplashScreen">
|
|
<item name="windowSplashScreenBackground">@color/nuvio_background</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash_logo</item>
|
|
<item name="postSplashScreenTheme">@style/Theme.Nuvio</item>
|
|
</style>
|
|
</resources>
|