Use adaptive icon for app shortcuts (#4968)

Also swap the color
This commit is contained in:
Ivan Iskandar
2021-04-28 04:30:17 +07:00
committed by GitHub
parent cfdf319972
commit dad3292bdd
8 changed files with 88 additions and 9 deletions
@@ -6,14 +6,14 @@
android:viewportWidth="48">
<path
android:fillColor="@color/textColorPrimaryDark"
android:fillColor="@color/colorPrimary"
android:pathData="M24,24m-22,0a22,22 0,1 1,44 0a22,22 0,1 1,-44 0" />
<group
android:translateX="12"
android:translateY="12">
<path
android:fillColor="@color/colorPrimary"
android:fillColor="@color/textColorPrimaryDark"
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>