feat(YouTube - Theme): Add option for black and white splash screen animation (#5119)
This commit is contained in:
parent
7e1547b5b9
commit
6d5380d44d
7 changed files with 125 additions and 32 deletions
|
|
@ -187,6 +187,21 @@
|
|||
<item>AUTOMOTIVE</item>
|
||||
</string-array>
|
||||
</patch>
|
||||
<patch id="layout.theme.themePatch">
|
||||
<!-- Since the 30fps looks bad, and the 2/5 second styles are not useful
|
||||
(YouTube closes the animation as soon as the feed is loaded),
|
||||
only the 60fps 1 second styles are exposed in the settings.
|
||||
Imported settings data can still be manually edited to force the other styles. -->
|
||||
<string-array name="splash_screen_animation_style_entries">
|
||||
<item>@string/splash_screen_animation_style_entry_1</item>
|
||||
<item>@string/splash_screen_animation_style_entry_2</item>
|
||||
</string-array>
|
||||
<string-array name="splash_screen_animation_style_entry_values">
|
||||
<item>FPS_60_ONE_SECOND</item>
|
||||
<item>FPS_60_BLACK_AND_WHITE</item>
|
||||
</string-array>
|
||||
</patch>
|
||||
|
||||
<patch id="layout.player.fullscreen.exitFullscreenPatch">
|
||||
<string-array name="revanced_exit_fullscreen_entries">
|
||||
<item>@string/revanced_exit_fullscreen_entry_1</item>
|
||||
|
|
|
|||
|
|
@ -1323,6 +1323,9 @@ Swipe to expand or close"</string>
|
|||
<string name="revanced_gradient_loading_screen_title">Enable gradient loading screen</string>
|
||||
<string name="revanced_gradient_loading_screen_summary_on">Loading screen will have a gradient background</string>
|
||||
<string name="revanced_gradient_loading_screen_summary_off">Loading screen will have a solid background</string>
|
||||
<string name="splash_screen_animation_style_title">Splash screen style</string>
|
||||
<string name="splash_screen_animation_style_entry_1">Color</string>
|
||||
<string name="splash_screen_animation_style_entry_2">Black and white</string>
|
||||
<string name="revanced_seekbar_custom_color_title">Enable custom seekbar color</string>
|
||||
<string name="revanced_seekbar_custom_color_summary_on">Custom seekbar color is shown</string>
|
||||
<string name="revanced_seekbar_custom_color_summary_off">Original seekbar color is shown</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue