fix(overlay-buttons): fullscreen icon does not match

This commit is contained in:
inotia00
2023-07-27 00:35:57 +09:00
parent 5c4b9b0a3d
commit 851dbcf54e
3 changed files with 3 additions and 15 deletions

View File

@ -73,8 +73,7 @@ class OverlayButtonsPatch : ResourcePatch {
"drawable",
"playlist_repeat_button.xml",
"playlist_shuffle_button.xml",
"revanced_repeat_icon.xml",
"yt_outline_screen_vertical_vd_theme_24.xml"
"revanced_repeat_icon.xml"
),
ResourceUtils.ResourceGroup(
"drawable-xxhdpi",
@ -92,7 +91,8 @@ class OverlayButtonsPatch : ResourcePatch {
"yt_outline_arrow_repeat_1_white_24.png",
"yt_outline_arrow_shuffle_1_white_24.png",
"yt_outline_screen_full_exit_white_24.png",
"yt_outline_screen_full_white_24.png"
"yt_outline_screen_full_white_24.png",
"yt_outline_screen_vertical_vd_theme_24.png"
)
).forEach { resourceGroup ->
context.copyResources("youtube/overlaybuttons", resourceGroup)