mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-24 21:12:35 -04:00
20 lines
813 B
XML
20 lines
813 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<background android:drawable="@color/colorPrimary"/>
|
||
|
<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/textColorPrimaryDark"
|
||
|
android:pathData="M12,10.9c-0.61,0 -1.1,0.49 -1.1,1.1s0.49,1.1 1.1,1.1c0.61,0 1.1,-0.49 1.1,-1.1s-0.49,-1.1 -1.1,-1.1zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM14.19,14.19L6,18l3.81,-8.19L18,6l-3.81,8.19z" />
|
||
|
</group>
|
||
|
</vector>
|
||
|
</foreground>
|
||
|
</adaptive-icon>
|