mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-16 22:37:17 +02:00
feat(YouTube/Shorts Component): add Disable Like button animation
setting
This commit is contained in:
parent
ec68f164a4
commit
5a77518c7c
@ -1206,6 +1206,9 @@ Side effect: Official headers in search results will be hidden."</string>
|
||||
|
||||
<!-- PreferenceScreen: Shorts, PreferenceCategory: Shorts, PreferenceScreen: Shorts player, PreferenceCategory: Animation / Feedback -->
|
||||
<string name="revanced_preference_category_animation_feedback">Animation / Feedback</string>
|
||||
<string name="revanced_disable_shorts_like_button_fountain_animation_title">Disable Like button animation</string>
|
||||
<string name="revanced_disable_shorts_like_button_fountain_animation_summary_on">Fountain animation is disabled above the Like button.</string>
|
||||
<string name="revanced_disable_shorts_like_button_fountain_animation_summary_off">Fountain animation is enabled above the Like button.</string>
|
||||
<string name="revanced_hide_shorts_play_pause_button_background_title">Hide Play & Pause button background</string>
|
||||
<string name="revanced_hide_shorts_play_pause_button_background_summary_on">Button background is hidden.</string>
|
||||
<string name="revanced_hide_shorts_play_pause_button_background_summary_off">Button background is shown.</string>
|
||||
|
@ -528,6 +528,7 @@
|
||||
<SwitchPreference android:title="@string/revanced_hide_shorts_sound_button_title" android:key="revanced_hide_shorts_sound_button" android:summaryOn="@string/revanced_hide_shorts_sound_button_summary_on" android:summaryOff="@string/revanced_hide_shorts_sound_button_summary_off" />
|
||||
|
||||
<PreferenceCategory android:title="@string/revanced_preference_category_animation_feedback" android:layout="@layout/revanced_settings_preferences_category"/>
|
||||
<SwitchPreference android:title="@string/revanced_disable_shorts_like_button_fountain_animation_title" android:key="revanced_disable_shorts_like_button_fountain_animation" android:summaryOn="@string/revanced_disable_shorts_like_button_fountain_animation_summary_on" android:summaryOff="@string/revanced_disable_shorts_like_button_fountain_animation_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_shorts_play_pause_button_background_title" android:key="revanced_hide_shorts_play_pause_button_background" android:summaryOn="@string/revanced_hide_shorts_play_pause_button_background_summary_on" android:summaryOff="@string/revanced_hide_shorts_play_pause_button_background_summary_off" />
|
||||
<ListPreference android:entries="@array/revanced_shorts_double_tap_to_like_animation_entries" android:title="@string/revanced_shorts_double_tap_to_like_animation_title" android:key="revanced_shorts_double_tap_to_like_animation" android:entryValues="@array/revanced_shorts_double_tap_to_like_animation_entry_values" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user