10 lines
375 B
XML
10 lines
375 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="30dp"
|
|
android:height="3dp"
|
|
android:viewportWidth="30"
|
|
android:viewportHeight="3">
|
|
<path
|
|
android:pathData="M1.5,0L28.5,0A1.5,1.5 0,0 1,30 1.5L30,1.5A1.5,1.5 0,0 1,28.5 3L1.5,3A1.5,1.5 0,0 1,0 1.5L0,1.5A1.5,1.5 0,0 1,1.5 0z"
|
|
android:fillColor="#C9C9C9"/>
|
|
</vector>
|