Renamed Blue and Red icons to Afn/Blue, Afn/Red (original author's request) https://github.com/inotia00/ReVanced_Extended/issues/56

This commit is contained in:
inotia00 2022-12-27 21:53:10 +09:00
parent faf8a63760
commit f6084d4fc3
3 changed files with 6 additions and 6 deletions

View File

@ -15,8 +15,8 @@ import app.revanced.shared.util.resources.IconHelper
import app.revanced.shared.util.resources.ResourceHelper import app.revanced.shared.util.resources.ResourceHelper
@Patch(false) @Patch(false)
@Name("custom-branding-icon-blue") @Name("custom-branding-icon-afn-blue")
@Description("Changes the YouTube launcher icon (ReVanced Blue).") @Description("Changes the YouTube launcher icon (Afn / Blue).")
@DependsOn([SettingsPatch::class]) @DependsOn([SettingsPatch::class])
@YouTubeCompatibility @YouTubeCompatibility
@Version("0.0.1") @Version("0.0.1")

View File

@ -15,8 +15,8 @@ import app.revanced.shared.util.resources.IconHelper
import app.revanced.shared.util.resources.ResourceHelper import app.revanced.shared.util.resources.ResourceHelper
@Patch(false) @Patch(false)
@Name("custom-branding-icon-red") @Name("custom-branding-icon-afn-red")
@Description("Changes the YouTube launcher icon (ReVanced Red).") @Description("Changes the YouTube launcher icon (Afn / Red).")
@DependsOn([SettingsPatch::class]) @DependsOn([SettingsPatch::class])
@YouTubeCompatibility @YouTubeCompatibility
@Version("0.0.1") @Version("0.0.1")

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="revanced_icons_blue">blue</string> <string name="revanced_icons_blue">afn / blue</string>
<string name="revanced_icons_default">stock</string> <string name="revanced_icons_default">stock</string>
<string name="revanced_icons_red">red</string> <string name="revanced_icons_red">afn / red</string>
<string name="revanced_icons_revancify">revancify</string> <string name="revanced_icons_revancify">revancify</string>
<string name="revanced_labels_default">stock</string> <string name="revanced_labels_default">stock</string>
<string name="revanced_patches_excluded">Excluded</string> <string name="revanced_patches_excluded">Excluded</string>