From e80997c246a21df3ce08a73e68748f4910fcbca7 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Sun, 30 Apr 2023 18:07:43 +0900 Subject: [PATCH] fix(overlay-buttons): repeat button in playlist cannot changed https://github.com/inotia00/ReVanced_Extended/issues/836 --- .../resource/patch/OverlayButtonsPatch.kt | 1 + .../yt_fill_arrow_repeat_white_24.png | Bin 0 -> 314 bytes .../drawable/playlist_repeat_button.xml | 8 ++++---- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/youtube/overlaybuttons/drawable-xxhdpi/yt_fill_arrow_repeat_white_24.png diff --git a/src/main/kotlin/app/revanced/patches/youtube/button/overlaybuttons/resource/patch/OverlayButtonsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/button/overlaybuttons/resource/patch/OverlayButtonsPatch.kt index 7e0d69795..0179bee62 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/button/overlaybuttons/resource/patch/OverlayButtonsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/button/overlaybuttons/resource/patch/OverlayButtonsPatch.kt @@ -66,6 +66,7 @@ class OverlayButtonsPatch : ResourcePatch { "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", diff --git a/src/main/resources/youtube/overlaybuttons/drawable-xxhdpi/yt_fill_arrow_repeat_white_24.png b/src/main/resources/youtube/overlaybuttons/drawable-xxhdpi/yt_fill_arrow_repeat_white_24.png new file mode 100644 index 0000000000000000000000000000000000000000..16b4b8f3d7e529c16c67f74503ce9dd0abcc7c90 GIT binary patch literal 314 zcmV-A0mc4_P)(2AbGsBw(grrv`z#b~MnwYqemUBm}BI z`8AG#QXB*2I0njb43y&-XvuL5Gyr$tTq^@LV4%jw>RgKNj;XZyFng}^p(II?TsvG` zJ$*c$4b%j12JXOMpfA9cx5YqvaaINjaSRmV7%0RsP>5ro5T^&mA!`xmNMxWB{hF%< zV5Cn|Z8B1RnEf+Sb*(|9%8XQ*kt#D%MMhdmn~^TS0~o4%k|arb0h3pK1|*s`Qvd(} M07*qoM6N<$f_<%evH$=8 literal 0 HcmV?d00001 diff --git a/src/main/resources/youtube/overlaybuttons/drawable/playlist_repeat_button.xml b/src/main/resources/youtube/overlaybuttons/drawable/playlist_repeat_button.xml index 8e352c76c..2dfdfd2da 100644 --- a/src/main/resources/youtube/overlaybuttons/drawable/playlist_repeat_button.xml +++ b/src/main/resources/youtube/overlaybuttons/drawable/playlist_repeat_button.xml @@ -2,10 +2,10 @@ - + - + @@ -14,9 +14,9 @@ - + - + \ No newline at end of file