Re-do Android Vector Drawables
This commit is contained in:
14
images/android-vector-drawable/jacobin.xml
Normal file
14
images/android-vector-drawable/jacobin.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m166,326a84,84 0,1 0,170 0V124H158"
|
||||
android:strokeWidth="34"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000"/>
|
||||
</vector>
|
Reference in New Issue
Block a user