mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-31 14:41:03 +00:00
9 lines
417 B
XML
9 lines
417 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Base.Theme.YouTube.Launcher" parent="@style/Theme.AppCompat.NoActionBar">
|
|
<item name="android:windowSplashScreenBackground">@android:color/black</item>
|
|
<item name="android:windowSplashScreenAnimatedIcon">@drawable/avd_anim</item>
|
|
<item name="android:windowSplashScreenAnimationDuration">1000</item>
|
|
</style>
|
|
</resources>
|