Updated Android Vectors.

This commit is contained in:
arturoacevedob
2018-01-04 22:57:49 -06:00
parent d3bf2a8d01
commit 10f3508511
87 changed files with 695 additions and 636 deletions

26
images/android-vector-drawable/delicious.xml Normal file → Executable file
View File

@@ -5,16 +5,18 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFF"
android:pathData="M0 0h256v256H0z" />
<path
android:fillColor="#333"
android:pathData="M0 256h256v256H0z" />
<path
android:fillColor="#EEE"
android:pathData="M256 256h256v256H256z" />
<path
android:fillColor="#39F"
android:pathData="M256 0h256v256H256z" />
<group>
<path
android:fillColor="#FFF"
android:pathData="M0 0h256v256H0z" />
<path
android:fillColor="#333"
android:pathData="M0 256h256v256H0z" />
<path
android:fillColor="#EEE"
android:pathData="M256 256h256v256H256z" />
<path
android:fillColor="#39F"
android:pathData="M256 0h256v256H256z" />
</group>
</vector>