1
2
3
4
5
6
7
8
9
10
11
12
| <?xml version="1.0" encoding="utf-8"?>
| <vector xmlns:android="http://schemas.android.com/apk/res/android"
| android:width="200dp"
| android:height="70dp"
| android:viewportHeight="80.0"
| android:viewportWidth="200.0">
|
| <path
| android:fillColor="#03A9F4"
| android:pathData="M0,0 q100,60 200,00"/>
|
| </vector>
|
|