add custom-branding-music-afn-blue
patch
@ -0,0 +1,26 @@
|
|||||||
|
package app.revanced.patches.music.layout.branding.icon.patch
|
||||||
|
|
||||||
|
import app.revanced.patcher.annotation.Description
|
||||||
|
import app.revanced.patcher.annotation.Name
|
||||||
|
import app.revanced.patcher.annotation.Version
|
||||||
|
import app.revanced.patcher.data.ResourceContext
|
||||||
|
import app.revanced.patcher.patch.*
|
||||||
|
import app.revanced.patcher.patch.annotations.Patch
|
||||||
|
import app.revanced.shared.annotation.YouTubeMusicCompatibility
|
||||||
|
import app.revanced.shared.util.resources.IconHelper
|
||||||
|
|
||||||
|
@Patch
|
||||||
|
@Name("custom-branding-music-afn-blue")
|
||||||
|
@Description("Changes the YouTube Music launcher icon (Afn / Blue).")
|
||||||
|
@YouTubeMusicCompatibility
|
||||||
|
@Version("0.0.1")
|
||||||
|
class CustomBrandingMusicPatch_Blue : ResourcePatch {
|
||||||
|
override fun execute(context: ResourceContext): PatchResult {
|
||||||
|
|
||||||
|
IconHelper.customIconMusic(context, "blue")
|
||||||
|
IconHelper.customIconMusicAdditional(context, "blue")
|
||||||
|
|
||||||
|
return PatchResultSuccess()
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
After Width: | Height: | Size: 517 B |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 335 B |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 687 B |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 8.0 KiB |