diff --git a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconBluePatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconAfnBluePatch.kt similarity index 77% rename from src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconBluePatch.kt rename to src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconAfnBluePatch.kt index 66af31c3c..3b9890afd 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconBluePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconAfnBluePatch.kt @@ -12,14 +12,14 @@ import app.revanced.util.resources.IconHelper.customIconMusicAdditional @Patch(false) @Name("custom-branding-music-afn-blue") -@Description("Changes the YouTube Music launcher icon (Afn / Blue).") +@Description("Changes the YouTube Music launcher icon to Afn Blue.") @YouTubeMusicCompatibility @Version("0.0.1") -class CustomBrandingMusicIconBluePatch : ResourcePatch { +class CustomBrandingMusicIconAfnBluePatch : ResourcePatch { override fun execute(context: ResourceContext): PatchResult { - context.customIconMusic("blue") - context.customIconMusicAdditional("blue") + context.customIconMusic("afn-blue") + context.customIconMusicAdditional("afn-blue") return PatchResultSuccess() } diff --git a/src/main/resources/music/branding/blue/launchericon/hdpi/adaptiveproduct_youtube_music_background_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/hdpi/adaptiveproduct_youtube_music_background_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/hdpi/adaptiveproduct_youtube_music_background_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/hdpi/adaptiveproduct_youtube_music_background_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/hdpi/adaptiveproduct_youtube_music_foreground_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/hdpi/adaptiveproduct_youtube_music_foreground_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/hdpi/adaptiveproduct_youtube_music_foreground_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/hdpi/adaptiveproduct_youtube_music_foreground_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/hdpi/ic_launcher_release.png b/src/main/resources/music/branding/afn-blue/launchericon/hdpi/ic_launcher_release.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/hdpi/ic_launcher_release.png rename to src/main/resources/music/branding/afn-blue/launchericon/hdpi/ic_launcher_release.png diff --git a/src/main/resources/music/branding/blue/launchericon/mdpi/adaptiveproduct_youtube_music_background_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/mdpi/adaptiveproduct_youtube_music_background_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/mdpi/adaptiveproduct_youtube_music_background_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/mdpi/adaptiveproduct_youtube_music_background_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/mdpi/adaptiveproduct_youtube_music_foreground_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/mdpi/adaptiveproduct_youtube_music_foreground_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/mdpi/adaptiveproduct_youtube_music_foreground_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/mdpi/adaptiveproduct_youtube_music_foreground_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/mdpi/ic_launcher_release.png b/src/main/resources/music/branding/afn-blue/launchericon/mdpi/ic_launcher_release.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/mdpi/ic_launcher_release.png rename to src/main/resources/music/branding/afn-blue/launchericon/mdpi/ic_launcher_release.png diff --git a/src/main/resources/music/branding/blue/launchericon/xhdpi/adaptiveproduct_youtube_music_background_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/xhdpi/adaptiveproduct_youtube_music_background_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xhdpi/adaptiveproduct_youtube_music_background_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/xhdpi/adaptiveproduct_youtube_music_background_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/xhdpi/adaptiveproduct_youtube_music_foreground_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/xhdpi/adaptiveproduct_youtube_music_foreground_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xhdpi/adaptiveproduct_youtube_music_foreground_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/xhdpi/adaptiveproduct_youtube_music_foreground_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/xhdpi/ic_launcher_release.png b/src/main/resources/music/branding/afn-blue/launchericon/xhdpi/ic_launcher_release.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xhdpi/ic_launcher_release.png rename to src/main/resources/music/branding/afn-blue/launchericon/xhdpi/ic_launcher_release.png diff --git a/src/main/resources/music/branding/blue/launchericon/xxhdpi/adaptiveproduct_youtube_music_background_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/xxhdpi/adaptiveproduct_youtube_music_background_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xxhdpi/adaptiveproduct_youtube_music_background_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/xxhdpi/adaptiveproduct_youtube_music_background_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/xxhdpi/adaptiveproduct_youtube_music_foreground_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/xxhdpi/adaptiveproduct_youtube_music_foreground_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xxhdpi/adaptiveproduct_youtube_music_foreground_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/xxhdpi/adaptiveproduct_youtube_music_foreground_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/xxhdpi/ic_launcher_release.png b/src/main/resources/music/branding/afn-blue/launchericon/xxhdpi/ic_launcher_release.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xxhdpi/ic_launcher_release.png rename to src/main/resources/music/branding/afn-blue/launchericon/xxhdpi/ic_launcher_release.png diff --git a/src/main/resources/music/branding/blue/launchericon/xxxhdpi/adaptiveproduct_youtube_music_background_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/xxxhdpi/adaptiveproduct_youtube_music_background_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xxxhdpi/adaptiveproduct_youtube_music_background_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/xxxhdpi/adaptiveproduct_youtube_music_background_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/xxxhdpi/adaptiveproduct_youtube_music_foreground_color_108.png b/src/main/resources/music/branding/afn-blue/launchericon/xxxhdpi/adaptiveproduct_youtube_music_foreground_color_108.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xxxhdpi/adaptiveproduct_youtube_music_foreground_color_108.png rename to src/main/resources/music/branding/afn-blue/launchericon/xxxhdpi/adaptiveproduct_youtube_music_foreground_color_108.png diff --git a/src/main/resources/music/branding/blue/launchericon/xxxhdpi/ic_launcher_release.png b/src/main/resources/music/branding/afn-blue/launchericon/xxxhdpi/ic_launcher_release.png similarity index 100% rename from src/main/resources/music/branding/blue/launchericon/xxxhdpi/ic_launcher_release.png rename to src/main/resources/music/branding/afn-blue/launchericon/xxxhdpi/ic_launcher_release.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-hdpi/action_bar_logo.png b/src/main/resources/music/branding/afn-blue/resource/drawable-hdpi/action_bar_logo.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-hdpi/action_bar_logo.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-hdpi/action_bar_logo.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-hdpi/action_bar_logo_release.png b/src/main/resources/music/branding/afn-blue/resource/drawable-hdpi/action_bar_logo_release.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-hdpi/action_bar_logo_release.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-hdpi/action_bar_logo_release.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-hdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-hdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-hdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-hdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-large-hdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-large-hdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-large-hdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-large-hdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-large-mdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-large-mdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-large-mdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-large-mdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-large-xhdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-large-xhdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-large-xhdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-large-xhdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-mdpi/action_bar_logo.png b/src/main/resources/music/branding/afn-blue/resource/drawable-mdpi/action_bar_logo.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-mdpi/action_bar_logo.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-mdpi/action_bar_logo.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-mdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-mdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-mdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-mdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-xhdpi/action_bar_logo.png b/src/main/resources/music/branding/afn-blue/resource/drawable-xhdpi/action_bar_logo.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-xhdpi/action_bar_logo.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-xhdpi/action_bar_logo.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-xhdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-xhdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-xhdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-xhdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-xlarge-hdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-xlarge-hdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-xlarge-hdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-xlarge-hdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-xlarge-mdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-xlarge-mdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-xlarge-mdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-xlarge-mdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-xxhdpi/action_bar_logo.png b/src/main/resources/music/branding/afn-blue/resource/drawable-xxhdpi/action_bar_logo.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-xxhdpi/action_bar_logo.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-xxhdpi/action_bar_logo.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-xxhdpi/record.png b/src/main/resources/music/branding/afn-blue/resource/drawable-xxhdpi/record.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-xxhdpi/record.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-xxhdpi/record.png diff --git a/src/main/resources/music/branding/blue/resource/drawable-xxxhdpi/action_bar_logo.png b/src/main/resources/music/branding/afn-blue/resource/drawable-xxxhdpi/action_bar_logo.png similarity index 100% rename from src/main/resources/music/branding/blue/resource/drawable-xxxhdpi/action_bar_logo.png rename to src/main/resources/music/branding/afn-blue/resource/drawable-xxxhdpi/action_bar_logo.png