mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-05 02:50:44 +00:00
8 lines
300 B
XML
8 lines
300 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="@style/Theme.Nuvio" />
|
|
</resources>
|