refactor(custom-seekbar-color): custom seekbar color now applied in light mode as well as dark mode

This commit is contained in:
inotia00
2023-04-08 06:47:26 +09:00
parent c802034640
commit 0258af5e16
4 changed files with 71 additions and 64 deletions

View File

@ -48,6 +48,7 @@ class SharedResourceIdPatch : ResourcePatch {
var relatedChipCloudMarginLabelId: Long = -1
var rightCommentLabelId: Long = -1
var scrubbingLabelId: Long = -1
var timeBarPlayedDarkLabelId: Long = -1
var timeStampsContainerLabelId: Long = -1
var tooltipLabelId: Long = -1
var videoQualityFragmentLabelId: Long = -1
@ -89,6 +90,7 @@ class SharedResourceIdPatch : ResourcePatch {
relatedChipCloudMarginLabelId = find(LAYOUT, "related_chip_cloud_reduced_margins")
rightCommentLabelId = find(DRAWABLE, "ic_right_comment_32c")
scrubbingLabelId = find(DIMEN, "vertical_touch_offset_to_enter_fine_scrubbing")
timeBarPlayedDarkLabelId = find(COLOR, "inline_time_bar_colorized_bar_played_color_dark")
timeStampsContainerLabelId = find(ID, "timestamps_container")
tooltipLabelId = find(LAYOUT, "tooltip_content_view")
videoQualityFragmentLabelId = find(LAYOUT, "video_quality_bottom_sheet_list_fragment_title")