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="2dp"
| android:viewportWidth="24"
| android:viewportHeight="2">
|
| <path
| android:pathData="M0,1L24,1"
| android:strokeWidth="2"
| android:strokeColor="#757575"
| android:strokeLineCap="round"/>
| </vector>
|
|