f23170bfaa
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
22 lines
929 B
XML
22 lines
929 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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/icon_background"/>
|
|
<foreground>
|
|
<vector
|
|
android:width="120dp"
|
|
android:height="120dp"
|
|
android:viewportWidth="56.0"
|
|
android:viewportHeight="56.0">
|
|
<group
|
|
android:translateX="16"
|
|
android:translateY="16">
|
|
<path
|
|
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>
|
|
</foreground>
|
|
</adaptive-icon>
|