| 1
2
3
4
5
6
7
8
9
10
11
12
 | | <vector xmlns:android="http://schemas.android.com/apk/res/android" |  |     android:width="24dp" |  |     android:height="1dp" |  |     android:viewportWidth="24" |  |     android:viewportHeight="1"> |  |      |  |     <path |  |         android:pathData="M0,0.5L24,0.5" |  |         android:strokeWidth="1" |  |         android:strokeColor="#1890FF" |  |         android:strokeLineCap="round"/> |  | </vector>  | 
 |