create and update logo
This commit is contained in:
@@ -4,7 +4,67 @@
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
|
||||
<!-- ISODroid Notification Icon -->
|
||||
|
||||
<!-- Left antenna ball -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,16.5c-2.49,0 -4.5,-2.01 -4.5,-4.5S9.51,7.5 12,7.5s4.5,2.01 4.5,4.5 -2.01,4.5 -4.5,4.5zM12,9.5c-1.38,0 -2.5,1.12 -2.5,2.5s1.12,2.5 2.5,2.5 2.5,-1.12 2.5,-2.5 -1.12,-2.5 -2.5,-2.5z"/>
|
||||
android:pathData="M7.5,2.5 m-0.9,0 a0.9,0.9 0 1,1 1.8,0 a0.9,0.9 0 1,1 -1.8,0"/>
|
||||
|
||||
<!-- Left antenna stem -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M7.8,3.3 L8.8,3.8 L9.3,5.3 L8.3,5.5 Z"/>
|
||||
|
||||
<!-- Right antenna ball -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M16.5,2.5 m-0.9,0 a0.9,0.9 0 1,1 1.8,0 a0.9,0.9 0 1,1 -1.8,0"/>
|
||||
|
||||
<!-- Right antenna stem -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M16.2,3.3 L15.2,3.8 L14.7,5.3 L15.7,5.5 Z"/>
|
||||
|
||||
<!-- Droid head -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M8,8 Q8,5.2 12,5.2 Q16,5.2 16,8 L16,11 Q16,12.5 14.5,12.5 L9.5,12.5 Q8,12.5 8,11 Z"/>
|
||||
|
||||
<!-- USB main stem -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M11.2,12.5 L12.8,12.5 L12.8,20 L11.2,20 Z"/>
|
||||
|
||||
<!-- USB horizontal bar -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M9,14.8 L15,14.8 L15,16 L9,16 Z"/>
|
||||
|
||||
<!-- USB left branch vertical -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M8.5,16 L9.6,16 L9.6,17 L8.5,17 Z"/>
|
||||
|
||||
<!-- USB left terminal rectangle -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M8,17 L10.2,17 L10.2,19.2 L8,19.2 Z"/>
|
||||
|
||||
<!-- USB right branch vertical -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M14.4,16 L15.5,16 L15.5,17.5 L14.4,17.5 Z"/>
|
||||
|
||||
<!-- USB right terminal circle -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M15,18.5 m-1.2,0 a1.2,1.2 0 1,1 2.4,0 a1.2,1.2 0 1,1 -2.4,0"/>
|
||||
|
||||
<!-- USB bottom arrow -->
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M10.5,20 L12,22 L13.5,20 Z"/>
|
||||
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user