create and update logo
This commit is contained in:
90
app/src/main/res/drawable/ic_launcher_monochrome.xml
Normal file
90
app/src/main/res/drawable/ic_launcher_monochrome.xml
Normal file
@@ -0,0 +1,90 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
|
||||
<!-- ISODroid Monochrome Icon for Material You Theming -->
|
||||
<!-- This icon uses a single color that Android will tint based on wallpaper -->
|
||||
|
||||
<!-- Left antenna with ball -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M38,24 a3,3 0 1,1 0.01,0"/>
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeWidth="3.5"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M39.5,26.5 L44,33"/>
|
||||
|
||||
<!-- Right antenna with ball -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M70,24 a3,3 0 1,1 0.01,0"/>
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeWidth="3.5"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M68.5,26.5 L64,33"/>
|
||||
|
||||
<!-- Droid head with hollow eyes -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M34,42 Q34,30 54,30 Q74,30 74,42 L74,56 Q74,62 68,62 L40,62 Q34,62 34,56 Z M44,50 a4,4 0 1,0 0.01,0 M64,50 a4,4 0 1,0 0.01,0"/>
|
||||
|
||||
<!-- USB Trident Symbol -->
|
||||
<!-- Main vertical stem -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeWidth="5"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M54,62 L54,88"/>
|
||||
|
||||
<!-- Horizontal bar -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeWidth="4"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M40,70 L68,70"/>
|
||||
|
||||
<!-- Left branch -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeWidth="3.5"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M40,70 L40,76"/>
|
||||
|
||||
<!-- Left terminal (rectangle) -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M36,76 L44,76 L44,82 L36,82 Z"/>
|
||||
|
||||
<!-- Right branch -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeWidth="3.5"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M68,70 L68,76"/>
|
||||
|
||||
<!-- Right terminal (circle) -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M68,80 a4,4 0 1,0 0.01,0"/>
|
||||
|
||||
<!-- USB bottom arrow -->
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeWidth="4"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round"
|
||||
android:pathData="M48,88 L54,94 L60,88"/>
|
||||
|
||||
</vector>
|
||||
Reference in New Issue
Block a user