Added Android Vector Drawables

This commit is contained in:
edent
2017-10-22 16:20:58 +01:00
parent 1d57854a4c
commit 31b754f77b
54 changed files with 1182 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#f58025"
android:strokeWidth="1"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:strokeWidth="28"
android:pathData="M113 291v151h235v-151" />
<path
android:fillColor="#000000"
android:strokeWidth="33"
android:pathData="M306 385h-157m159-43-156-14m165-31-152-41m233-42-26-155m-11 170-89-129m60
159-135-80" />
</vector>