add hide-channel-avatar-section patch

This commit is contained in:
inotia00
2023-04-01 17:51:54 +09:00
parent 3a40a4740a
commit 359e6e4dae
5 changed files with 96 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class SharedResourceIdPatch : ResourcePatch {
var backgroundCategoryLabelId: Long = -1
var barContainerHeightLabelId: Long = -1
var bottomUiContainerResourceId: Long = -1
var channelListSubMenuLabelId: Long = -1
var chapterRepeatOnResourceId: Long = -1
var compactLinkLabelId: Long = -1
var controlsLayoutStubResourceId: Long = -1
@ -56,6 +57,7 @@ class SharedResourceIdPatch : ResourcePatch {
backgroundCategoryLabelId = findSharedResourceId("string", "pref_background_and_offline_category")
barContainerHeightLabelId = findSharedResourceId("dimen", "bar_container_height")
bottomUiContainerResourceId = findSharedResourceId("id", "bottom_ui_container_stub")
channelListSubMenuLabelId = findSharedResourceId("layout", "channel_list_sub_menu")
chapterRepeatOnResourceId = findSharedResourceId("string", "chapter_repeat_on")
compactLinkLabelId = findSharedResourceId("layout", "compact_link")
controlsLayoutStubResourceId = findSharedResourceId("id", "controls_layout_stub")