fix(YouTube/Overlay buttons): in devices that do not use xxhdpi
, some buttons are not replaced correctly
@ -107,36 +107,40 @@ object OverlayButtonsPatch : BaseResourcePatch(
|
||||
}
|
||||
|
||||
// Apply the selected icon type to the overlay buttons.
|
||||
val commonResources = arrayOf(
|
||||
"ic_fullscreen_vertical_button.png",
|
||||
"ic_vr.png",
|
||||
"quantum_ic_fullscreen_exit_grey600_24.png",
|
||||
"quantum_ic_fullscreen_exit_white_24.png",
|
||||
"quantum_ic_fullscreen_grey600_24.png",
|
||||
"quantum_ic_fullscreen_white_24.png",
|
||||
"revanced_time_ordered_playlist_icon.png",
|
||||
"revanced_copy_icon.png",
|
||||
"revanced_copy_icon_with_time.png",
|
||||
"revanced_download_icon.png",
|
||||
"revanced_speed_icon.png",
|
||||
"revanced_whitelist_icon.png",
|
||||
"yt_fill_arrow_repeat_white_24.png",
|
||||
"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"
|
||||
)
|
||||
val specificResources = if (iconType == "thin") {
|
||||
arrayOf("yt_outline_screen_vertical_vd_theme_24.xml")
|
||||
} else {
|
||||
arrayOf("yt_outline_screen_vertical_vd_theme_24.png")
|
||||
}
|
||||
val resources = commonResources + specificResources
|
||||
resources.forEach { resource ->
|
||||
val folderName = if (resource.endsWith(".xml")) "drawable" else "drawable-xxhdpi"
|
||||
arrayOf(
|
||||
"xxxhdpi",
|
||||
"xxhdpi",
|
||||
"xhdpi",
|
||||
"hdpi",
|
||||
"mdpi"
|
||||
).forEach { dpi ->
|
||||
context.copyResources(
|
||||
"youtube/overlaybuttons/$iconType",
|
||||
ResourceGroup(folderName, resource)
|
||||
ResourceGroup(
|
||||
"drawable-$dpi",
|
||||
"ic_fullscreen_vertical_button.png",
|
||||
"ic_vr.png",
|
||||
"quantum_ic_fullscreen_exit_grey600_24.png",
|
||||
"quantum_ic_fullscreen_exit_white_24.png",
|
||||
"quantum_ic_fullscreen_grey600_24.png",
|
||||
"quantum_ic_fullscreen_white_24.png",
|
||||
"revanced_time_ordered_playlist_icon.png",
|
||||
"revanced_copy_icon.png",
|
||||
"revanced_copy_icon_with_time.png",
|
||||
"revanced_download_icon.png",
|
||||
"revanced_speed_icon.png",
|
||||
"revanced_whitelist_icon.png",
|
||||
"yt_fill_arrow_repeat_white_24.png",
|
||||
"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_vertical_vd_theme_24.png"
|
||||
),
|
||||
ResourceGroup(
|
||||
"drawable",
|
||||
"yt_outline_screen_vertical_vd_theme_24.xml"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 222 B |
After Width: | Height: | Size: 867 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 449 B |
After Width: | Height: | Size: 365 B |
After Width: | Height: | Size: 602 B |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 786 B |
After Width: | Height: | Size: 266 B |
After Width: | Height: | Size: 328 B |
After Width: | Height: | Size: 337 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 222 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 580 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 332 B |
After Width: | Height: | Size: 279 B |
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 482 B |
After Width: | Height: | Size: 180 B |
After Width: | Height: | Size: 201 B |
After Width: | Height: | Size: 237 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 415 B |
After Width: | Height: | Size: 680 B |
After Width: | Height: | Size: 595 B |
After Width: | Height: | Size: 937 B |
After Width: | Height: | Size: 341 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 298 B |
After Width: | Height: | Size: 385 B |
After Width: | Height: | Size: 542 B |
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 956 B |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 885 B |
After Width: | Height: | Size: 885 B |
After Width: | Height: | Size: 813 B |
After Width: | Height: | Size: 813 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 885 B |
After Width: | Height: | Size: 813 B |
After Width: | Height: | Size: 956 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 684 B |
After Width: | Height: | Size: 684 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 706 B |
After Width: | Height: | Size: 771 B |
After Width: | Height: | Size: 796 B |
After Width: | Height: | Size: 540 B |
After Width: | Height: | Size: 283 B |
After Width: | Height: | Size: 639 B |
After Width: | Height: | Size: 472 B |
After Width: | Height: | Size: 524 B |
After Width: | Height: | Size: 756 B |
After Width: | Height: | Size: 684 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 441 B |
After Width: | Height: | Size: 357 B |
After Width: | Height: | Size: 432 B |
After Width: | Height: | Size: 432 B |
After Width: | Height: | Size: 441 B |
After Width: | Height: | Size: 441 B |
After Width: | Height: | Size: 470 B |
After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 477 B |