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 74bf7cf5fb..7284a5ea1a 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,7 +16,7 @@ object ShortsActionButtonsPatch : BaseResourcePatch( dependencies = setOf(SettingsPatch::class), compatiblePackages = COMPATIBLE_PACKAGE ) { - private const val DEFAULT_ICON = "round" + private const val DEFAULT_ICON = "youtubeoutline" private const val YOUTUBE_ICON = "youtube" private val IconType = stringPatchOption( @@ -25,7 +25,8 @@ object ShortsActionButtonsPatch : BaseResourcePatch( values = mapOf( "Outline" to "outline", "OutlineCircle" to "outlinecircle", - "Round" to DEFAULT_ICON, + "Round" to "round", + "YoutubeOutline" to DEFAULT_ICON, "YouTube" to YOUTUBE_ICON ), title = "Shorts icon style ", diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_24.webp new file mode 100644 index 0000000000..91b9aa241a Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_24.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_shadowed.webp new file mode 100644 index 0000000000..91b9aa241a Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_remix_filled_white_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_comment_shadowed.webp new file mode 100644 index 0000000000..239e641de6 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_comment_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_off_shadowed.webp new file mode 100644 index 0000000000..e29acb5093 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_32c.webp new file mode 100644 index 0000000000..a06660f012 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_shadowed.webp new file mode 100644 index 0000000000..a06660f012 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_dislike_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_off_shadowed.webp new file mode 100644 index 0000000000..017c4b0673 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_32c.webp new file mode 100644 index 0000000000..c70264a190 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_shadowed.webp new file mode 100644 index 0000000000..c70264a190 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_like_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_share_shadowed.webp new file mode 100644 index 0000000000..57733a8f41 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-hdpi/ic_right_share_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_24.webp new file mode 100644 index 0000000000..d98795d8ca Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_24.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_shadowed.webp new file mode 100644 index 0000000000..d98795d8ca Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_remix_filled_white_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_comment_shadowed.webp new file mode 100644 index 0000000000..9d97e8d336 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_comment_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_off_shadowed.webp new file mode 100644 index 0000000000..fe3f0e540a Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_32c.webp new file mode 100644 index 0000000000..4dc534f64a Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_shadowed.webp new file mode 100644 index 0000000000..4dc534f64a Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_dislike_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_off_shadowed.webp new file mode 100644 index 0000000000..3779bc70d2 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_32c.webp new file mode 100644 index 0000000000..5ad8b919c4 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_shadowed.webp new file mode 100644 index 0000000000..5ad8b919c4 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_like_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_share_shadowed.webp new file mode 100644 index 0000000000..5f986e6060 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-mdpi/ic_right_share_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_24.webp new file mode 100644 index 0000000000..c957326538 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_24.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_shadowed.webp new file mode 100644 index 0000000000..c957326538 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_remix_filled_white_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_comment_shadowed.webp new file mode 100644 index 0000000000..59a3d7421f Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_comment_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_off_shadowed.webp new file mode 100644 index 0000000000..c21eca4ae7 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_32c.webp new file mode 100644 index 0000000000..3f323aa31a Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_shadowed.webp new file mode 100644 index 0000000000..3f323aa31a Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_dislike_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_off_shadowed.webp new file mode 100644 index 0000000000..c506e65275 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_32c.webp new file mode 100644 index 0000000000..e8042c3547 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_shadowed.webp new file mode 100644 index 0000000000..e8042c3547 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_like_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_share_shadowed.webp new file mode 100644 index 0000000000..ace44e2ad9 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xhdpi/ic_right_share_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_24.webp new file mode 100644 index 0000000000..15ba26e35e Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_24.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp new file mode 100644 index 0000000000..15ba26e35e Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_remix_filled_white_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_comment_shadowed.webp new file mode 100644 index 0000000000..e459e546ba Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_comment_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp new file mode 100644 index 0000000000..ba2578a6c4 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_32c.webp new file mode 100644 index 0000000000..481992bcfc Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp new file mode 100644 index 0000000000..481992bcfc Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_dislike_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_off_shadowed.webp new file mode 100644 index 0000000000..0e8aef502c Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_32c.webp new file mode 100644 index 0000000000..6929091677 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_shadowed.webp new file mode 100644 index 0000000000..6929091677 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_like_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_share_shadowed.webp new file mode 100644 index 0000000000..7904ed049b Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxhdpi/ic_right_share_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_24.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_24.webp new file mode 100644 index 0000000000..059b56ce4f Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_24.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp new file mode 100644 index 0000000000..059b56ce4f Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_remix_filled_white_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_comment_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_comment_shadowed.webp new file mode 100644 index 0000000000..ea8bb9c166 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_comment_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp new file mode 100644 index 0000000000..179bec915a Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_32c.webp new file mode 100644 index 0000000000..12c5016cd9 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp new file mode 100644 index 0000000000..12c5016cd9 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_dislike_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_off_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_off_shadowed.webp new file mode 100644 index 0000000000..2f0200d007 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_off_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_32c.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_32c.webp new file mode 100644 index 0000000000..68f0577daf Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_32c.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_shadowed.webp new file mode 100644 index 0000000000..68f0577daf Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_like_on_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_share_shadowed.webp b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_share_shadowed.webp new file mode 100644 index 0000000000..c2ae7d8bc5 Binary files /dev/null and b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable-xxxhdpi/ic_right_share_shadowed.webp differ diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_comment_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_comment_32c.xml new file mode 100644 index 0000000000..868002e70b --- /dev/null +++ b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_comment_32c.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_dislike_off_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_dislike_off_32c.xml new file mode 100644 index 0000000000..6022bbe42b --- /dev/null +++ b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_dislike_off_32c.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_like_off_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_like_off_32c.xml new file mode 100644 index 0000000000..e86d8426d2 --- /dev/null +++ b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_like_off_32c.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_share_32c.xml b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_share_32c.xml new file mode 100644 index 0000000000..aa2f3e0c8c --- /dev/null +++ b/src/main/resources/youtube/shorts/actionbuttons/youtubeoutline/drawable/ic_right_share_32c.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file