diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/actionbuttons/ShortsActionButtonsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/actionbuttons/ShortsActionButtonsPatch.kt
index 7284a5ea1..60297f3e4 100644
--- a/src/main/kotlin/app/revanced/patches/youtube/layout/actionbuttons/ShortsActionButtonsPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/youtube/layout/actionbuttons/ShortsActionButtonsPatch.kt
@@ -16,17 +16,18 @@ object ShortsActionButtonsPatch : BaseResourcePatch(
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE
) {
- private const val DEFAULT_ICON = "youtubeoutline"
+ private const val DEFAULT_ICON = "cairo"
private const val YOUTUBE_ICON = "youtube"
private val IconType = stringPatchOption(
key = "IconType",
default = DEFAULT_ICON,
values = mapOf(
+ "Cairo" to DEFAULT_ICON,
"Outline" to "outline",
"OutlineCircle" to "outlinecircle",
"Round" to "round",
- "YoutubeOutline" to DEFAULT_ICON,
+ "YoutubeOutline" to "youtubeoutline",
"YouTube" to YOUTUBE_ICON
),
title = "Shorts icon style ",
@@ -80,6 +81,11 @@ object ShortsActionButtonsPatch : BaseResourcePatch(
)
}
+ if (iconType == DEFAULT_ICON) {
+ SettingsPatch.updatePatchStatus(this)
+ return
+ }
+
context.copyResources(
"youtube/shorts/actionbuttons/shared",
ResourceGroup(
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..a14d4adc6
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..a14d4adc6
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..7f272fe24
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..6ee3b5eb5
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..3aaf383d1
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..3aaf383d1
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..8025cd0ab
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..4c889a255
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..4c889a255
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..59853c62f
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-hdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..970ddeaeb
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..970ddeaeb
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..40b471ab4
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..5a839a028
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..93c5fb715
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..93c5fb715
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..fcba929e5
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..a2149ca24
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..a2149ca24
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..a75465144
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-mdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..335520b11
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..335520b11
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..5fe1f5d51
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..83b9c1da8
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..6c4a46102
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..6c4a46102
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..e59653ed1
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..3db533ee9
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..3db533ee9
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..800cce93e
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xhdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..c2ee4badf
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..c2ee4badf
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..b58b8c935
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..c2f8f3fed
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..86d7f8b2f
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..86d7f8b2f
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..52145c052
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..d56e5f992
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..d56e5f992
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..cb1dfdd56
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxhdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_remix_filled_white_24.webp
new file mode 100644
index 000000000..09d18ebd5
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_remix_filled_white_24.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp
new file mode 100644
index 000000000..09d18ebd5
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_comment_shadowed.webp
new file mode 100644
index 000000000..b44137aad
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_comment_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp
new file mode 100644
index 000000000..2a48b95d3
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_on_32c.webp
new file mode 100644
index 000000000..56d8f864b
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp
new file mode 100644
index 000000000..56d8f864b
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_off_shadowed.webp
new file mode 100644
index 000000000..a5859482f
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_off_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_on_32c.webp
new file mode 100644
index 000000000..c2b56b098
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_on_32c.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_on_shadowed.webp
new file mode 100644
index 000000000..c2b56b098
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_like_on_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_share_shadowed.webp
new file mode 100644
index 000000000..5a9476c23
Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable-xxxhdpi/ic_right_share_shadowed.webp differ
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_comment_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_comment_32c.xml
new file mode 100644
index 000000000..8919e0a6f
--- /dev/null
+++ b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_comment_32c.xml
@@ -0,0 +1,404 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_dislike_off_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_dislike_off_32c.xml
new file mode 100644
index 000000000..54f0a62ce
--- /dev/null
+++ b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_dislike_off_32c.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_like_off_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_like_off_32c.xml
new file mode 100644
index 000000000..abbd8382d
--- /dev/null
+++ b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_like_off_32c.xml
@@ -0,0 +1,600 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_share_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_share_32c.xml
new file mode 100644
index 000000000..12f19f0ef
--- /dev/null
+++ b/src/main/resources/youtube/shorts/actionbuttons/cairo/drawable/ic_right_share_32c.xml
@@ -0,0 +1,684 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file