riku
2021-02-25 e102578ebfc95c27aeb13dce13fb82af53a2bead
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<vector  xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="200dp"
        android:height="20dp"
        android:viewportHeight="20.0"
        android:viewportWidth="200.0">
 
    <path
            android:fillColor="#FFFFFF"
            android:pathData="M0,0 L200,0 L200,20 L0,20Z"/>
 
    <path
            android:strokeColor="#03A9F4"
            android:strokeWidth="1"
            android:pathData="
            M0,0
            L0,20
            M200, 0
            L200,20"/>
 
</vector>