generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(youtube/theme): extend theming to splash screen (#769)
- Loading branch information
OxrxL
authored
Oct 25, 2022
1 parent
682ce61
commit 800b82e
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |