remove custom-branding-music-revancify
patch
@ -1,25 +0,0 @@
|
||||
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.patches.shared.annotation.YouTubeMusicCompatibility
|
||||
import app.revanced.util.resources.IconHelper.customIconMusic
|
||||
|
||||
@Patch(false)
|
||||
@Name("custom-branding-music-revancify")
|
||||
@Description("Changes the YouTube Music launcher icon to your choice (Revancify).")
|
||||
@YouTubeMusicCompatibility
|
||||
@Version("0.0.1")
|
||||
class CustomBrandingMusicIconRevancifyPatch : ResourcePatch {
|
||||
override fun execute(context: ResourceContext): PatchResult {
|
||||
|
||||
context.customIconMusic("revancify")
|
||||
|
||||
return PatchResultSuccess()
|
||||
}
|
||||
|
||||
}
|
Before Width: | Height: | Size: 539 B |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 700 B |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 8.3 KiB |
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="108dp" android:viewportHeight="108"
|
||||
android:viewportWidth="108" android:width="108dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#000000" android:pathData="M 52.928 63.98 L 63.522 57.681 C 66.315 56.022 66.315 51.978 63.522 50.319 L 52.928 44.02 C 50.113 42.347 46.558 44.323 46.458 47.562 L 51.354 50.389 C 54.099 51.974 54.099 55.936 51.354 57.521 L 46.457 60.349 C 46.493 63.64 50.087 65.668 52.928 63.98 Z" />
|
||||
<path android:fillColor="#000000" android:pathData="M 50.036 51.858 C 51.683 52.809 51.683 55.186 50.036 56.137 L 46.019 58.457 C 44.372 59.408 42.313 58.219 42.313 56.317 L 42.313 51.678 C 42.313 49.776 44.372 48.587 46.019 49.538 L 50.036 51.858 Z" />
|
||||
<path android:fillColor="#000000" android:pathData="M 76 54 C 76 66.15 66.15 76 54 76 C 41.85 76 32 66.15 32 54 C 32 41.85 41.85 32 54 32 C 66.15 32 76 41.85 76 54 Z M 72.563 54 C 72.563 64.252 64.252 72.563 54 72.563 C 43.748 72.563 35.438 64.252 35.438 54 C 35.438 43.748 43.748 35.438 54 35.438 C 64.252 35.438 72.563 43.748 72.563 54 Z" android:fillType="evenOdd" />
|
||||
</vector>
|