You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
614 B
19 lines
614 B
9 months ago
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="96dp"
|
||
|
android:height="16dp"
|
||
|
android:viewportWidth="96"
|
||
|
android:viewportHeight="16">
|
||
|
<path
|
||
|
android:pathData="M2,8L94,8"
|
||
|
android:strokeWidth="3"
|
||
|
android:strokeColor="@color/survey_icon_on_color" />
|
||
|
<path
|
||
|
android:pathData="M2,0L2,16"
|
||
|
android:strokeWidth="3"
|
||
|
android:strokeColor="@color/survey_icon_on_color" />
|
||
|
<path
|
||
|
android:pathData="M94,0L94,16"
|
||
|
android:strokeWidth="3"
|
||
|
android:strokeColor="@color/survey_icon_on_color" />
|
||
|
</vector>
|