mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-11 05:07:24 +01:00
20 lines
828 B
XML
20 lines
828 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/accent_blue"/>
|
|
<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/md_white_1000"
|
|
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>
|