feat(youtube/theme): extend theming to splash screen (#769)
This commit is contained in:
parent
c1d6aa3e49
commit
c90312a925
2 changed files with 18 additions and 2 deletions
8
src/main/resources/theme/values-night-v31/styles.xml
Normal file
8
src/main/resources/theme/values-night-v31/styles.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue