Update app shortcuts to use app icon color scheme (#2835)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
NGB-Was-Taken
2026-06-23 22:57:57 +05:45
committed by GitHub
parent bc7f7e70a1
commit f23170bfaa
7 changed files with 18 additions and 10 deletions
@@ -2,7 +2,7 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/sc_new_releases_48dp">
<background android:drawable="@color/accent_blue"/>
<background android:drawable="@color/icon_background"/>
<foreground>
<vector
android:width="120dp"
@@ -13,7 +13,7 @@
android:translateX="16"
android:translateY="16">
<path
android:fillColor="#FFF"
android:fillColor="@color/accent_blue"
android:pathData="M23,12l-2.44,-2.78 0.34,-3.68 -3.61,-0.82 -1.89,-3.18L12,3 8.6,1.54 6.71,4.72l-3.61,0.81 0.34,3.68L1,12l2.44,2.78 -0.34,3.69 3.61,0.82 1.89,3.18L12,21l3.4,1.46 1.89,-3.18 3.61,-0.82 -0.34,-3.68L23,12zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z" />
</group>
</vector>