add verizon svg and verizon vector drawable

This commit is contained in:
Gustavo Gomez Tejada
2019-10-14 14:59:50 -04:00
parent 546ff10f57
commit dc700781e4
5 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
<?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">
<group>
<group>
<path
android:fillColor="#000000"
android:pathData="M 76.8 0 L 435.2 0 C 477.587 0 512 34.413 512 76.8 L 512 435.2 C 512 477.587 477.587 512 435.2 512 L 76.8 512 C 34.413 512 0 477.587 0 435.2 L 0 76.8 C 0 34.413 34.413 0 76.8 0 Z" />
<path
android:fillColor="#d32e28"
android:pathData="M 122.623 256.078 L 172.225 256.078 L 217.408 365.567 L 340.955 94.172 L 389.377 94.172 L 238.24 417.825 L 196.674 417.828 L 122.623 256.078 Z" />
</group>
</group>
</vector>