Re-do Android Vector Drawables
This commit is contained in:
@@ -1,23 +1,26 @@
|
||||
<?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="#fff"
|
||||
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:fillColor="#01579b"
|
||||
android:pathData="M93.6 294.2c-10-13.3-9.5-27.5-0.8-42.3l51.3-107.2 8.1 208.6z" />
|
||||
<path
|
||||
android:fillColor="#40c4ff"
|
||||
android:pathData="M365.2 363.9-200.9 1.6 59.7 60.3 141.1 0.4 z" />
|
||||
<path
|
||||
android:fillColor="#2cb7f6"
|
||||
android:pathData="M297.6 99c-14.2-15.4-31.6-17.1-52.1-5.7l-101.4 51.4v184.5c-0.5 9.2 2.6 18.8 8.1 24.2l12.3 12.2h200.7l61 0.3v-138.8z" />
|
||||
<path
|
||||
android:fillColor="#01579b"
|
||||
android:pathData="M426.1 225.9-72.4-70.9c-7.5-7.1-15.5-10.4-24-10.3h-185.6l221.1 220.9h60.9z" />
|
||||
</vector>
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#fff"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M93.6,294.2c-10,-13.3 -9.5,-27.5 -0.8,-42.3l51.3,-107.2 8.1,208.6z"
|
||||
android:fillColor="#01579b"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M365.2,363.9l-200.9,1.6 59.7,60.3 141.1,0.4z"
|
||||
android:fillColor="#40c4ff"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M297.6,99c-14.2,-15.4 -31.6,-17.1 -52.1,-5.7l-101.4,51.4v184.5c-0.5,9.2 2.6,18.8 8.1,24.2l12.3,12.2h200.7L353,155.44z"
|
||||
android:fillColor="#2cb7f6"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M426.1,225.9L353.7,155c-7.5,-7.1 -15.5,-10.4 -24,-10.3H144.1l221.1,220.9h60.9z"
|
||||
android:fillColor="#01579b"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user