mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
feat: Add monochrome icon
This commit is contained in:
parent
88f14a46f8
commit
d8f36003ff
24
app/src/main/res/drawable/launcher_monochrome.xml
Normal file
24
app/src/main/res/drawable/launcher_monochrome.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="250dp"
|
||||
android:height="250dp"
|
||||
android:viewportWidth="250"
|
||||
android:viewportHeight="250">
|
||||
<path
|
||||
android:pathData="M100,162C113.81,162 125,150.81 125,137C125,123.19 113.81,112 100,112C86.19,112 75,123.19 75,137C75,150.81 86.19,162 100,162ZM100,147C105.52,147 110,142.52 110,137C110,131.48 105.52,127 100,127C94.48,127 90,131.48 90,137C90,142.52 94.48,147 100,147Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M150,162C163.81,162 175,150.81 175,137C175,123.19 163.81,112 150,112C136.19,112 125,123.19 125,137C125,150.81 136.19,162 150,162ZM150,147C155.52,147 160,142.52 160,137C160,131.48 155.52,127 150,127C144.48,127 140,131.48 140,137C140,142.52 144.48,147 150,147Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M175,137C175,109.39 152.61,87 125,87C97.39,87 75,109.39 75,137H90C90,131.48 94.48,127 100,127C105.52,127 110,131.48 110,137H140C140,131.48 144.48,127 150,127C155.52,127 160,131.48 160,137H175Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.5"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M191,125C191,161.45 161.45,191 125,191C88.55,191 59,161.45 59,125C59,88.55 88.55,59 125,59C161.45,59 191,88.55 191,125ZM110,137C110,142.52 105.52,147 100,147C94.48,147 90,142.52 90,137C90,131.48 94.48,127 100,127C105.52,127 110,131.48 110,137ZM150,147C155.52,147 160,142.52 160,137C160,131.48 155.52,127 150,127C144.48,127 140,131.48 140,137C140,142.52 144.48,147 150,147Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.25"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
Loading…
x
Reference in New Issue
Block a user