mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
add missing resources
This commit is contained in:
@ -35,6 +35,7 @@ class SharedResourcdIdPatch : ResourcePatch {
|
||||
var layoutVideo: Long = -1
|
||||
var liveChatButtonId: Long = -1
|
||||
var scrubbingLabelId: Long = -1
|
||||
var timeStampsContainerLabelId: Long = -1
|
||||
var tooltipLabelId: Long = -1
|
||||
var videoqualityfragmentLabelId: Long = -1
|
||||
}
|
||||
@ -64,6 +65,7 @@ class SharedResourcdIdPatch : ResourcePatch {
|
||||
layoutVideo = findSharedResourceId("layout", "endscreen_element_layout_video")
|
||||
liveChatButtonId = findSharedResourceId("id", "live_chat_overlay_button")
|
||||
scrubbingLabelId = findSharedResourceId("dimen", "vertical_touch_offset_to_enter_fine_scrubbing")
|
||||
timeStampsContainerLabelId = findSharedResourceId("id", "timestamps_container")
|
||||
tooltipLabelId = findSharedResourceId("layout", "tooltip_content_view")
|
||||
videoqualityfragmentLabelId = findSharedResourceId("layout", "video_quality_bottom_sheet_list_fragment_title")
|
||||
|
||||
|
@ -314,6 +314,9 @@ Is it ready to submit?"</string>
|
||||
<string name="revanced_hide_channel_watermark_summary_off">Channel watermark is shown</string>
|
||||
<string name="revanced_hide_channel_watermark_summary_on">Channel watermark is hidden</string>
|
||||
<string name="revanced_hide_channel_watermark_title">Hide channel watermark</string>
|
||||
<string name="revanced_hide_collapse_button_summary_off">Collapse button is shown</string>
|
||||
<string name="revanced_hide_collapse_button_summary_on">Collapse button is hidden</string>
|
||||
<string name="revanced_hide_collapse_button_title">Hide collapse button</string>
|
||||
<string name="revanced_hide_comments_component_summary">Hides the comments section or component</string>
|
||||
<string name="revanced_hide_comments_component_title">Hide comments component</string>
|
||||
<string name="revanced_hide_comments_section_summary_off">Comment section is shown</string>
|
||||
|
Reference in New Issue
Block a user