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,17 +6,17 @@
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="M4,6H2v14c0,1.1 0.9,2 2,2h14v-2H4V6z"/>
<path
android:fillColor="@color/colorPrimary"
android:fillColor="@color/textColorPrimaryDark"
android:pathData="M20,2L8,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM20,12l-2.5,-1.5L15,12L15,4h5v8z"/>
</group>
</vector>