Skip to content

Commit

Permalink
feat(YouTube - Custom branding icon): Replace Xisr Holiday icon wit…
Browse files Browse the repository at this point in the history
…h `Xisr Special` icon (#952)
  • Loading branch information
Xisrr1 authored Jan 30, 2025
1 parent e76947c commit 077bc52
Show file tree
Hide file tree
Showing 123 changed files with 16 additions and 1,040 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private const val ADAPTIVE_ICON_FOREGROUND_FILE_NAME =
"adaptiveproduct_youtube_foreground_color_108"
private const val ADAPTIVE_ICON_MONOCHROME_FILE_NAME =
"adaptive_monochrome_ic_youtube_launcher"
private const val DEFAULT_ICON = "xisr_holiday"
private const val DEFAULT_ICON = "xisr_special"

private val availableIcon = mapOf(
"AFN Blue" to "afn_blue",
Expand All @@ -39,8 +39,8 @@ private val availableIcon = mapOf(
"Squid Game" to "squid_game",
"Vanced Black" to "vanced_black",
"Vanced Light" to "vanced_light",
"Xisr Special" to DEFAULT_ICON,
"Xisr Yellow" to "xisr_yellow",
"Xisr Holiday" to DEFAULT_ICON,
"YouTube" to "youtube",
"YouTube Black" to "youtube_black",
)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:pathData="M 54.0 21.0 C 70.5 21.0 87.0 37.5 87.0 54.0 C 87.0 70.5 70.5 87.0 54.0 87.0 C 37.5 87.0 21.0 70.5 21.0 54.0 C 21.0 37.5 37.5 21.0 54.0 21.0 Z"
android:fillColor="#ffe3ff00" />
<path
android:pathData="M 42 45.769 C 42 39.975 47.758 36.378 52.394 39.254 L 65.538 47.5 C 70.154 50.375 70.154 57.624 65.538 60.501 L 52.394 68.744 C 47.758 71.623 42 68.023 42 62.234 L 42 45.769 Z"
android:fillColor="#000000" />
</vector>

0 comments on commit 077bc52

Please sign in to comment.