feat(youtube/theme): extend theming to splash screen (#769)

This commit is contained in:
OxrxL
2022-10-25 08:30:42 +02:00
committed by GitHub
parent c1d6aa3e49
commit c90312a925
2 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<?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>