|
|
@@ -0,0 +1,24 @@
|
|
|
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:width="20dp"
|
|
|
+ android:height="15dp"
|
|
|
+ android:viewportHeight="13"
|
|
|
+ android:viewportWidth="16">
|
|
|
+ <path
|
|
|
+ android:fillColor="@color/color_public_inquiry_quote"
|
|
|
+ android:fillType="evenOdd"
|
|
|
+ android:pathData="M1.5,0L14.5,0A1.5,1.5 0,0 1,16 1.5L16,1.5A1.5,1.5 0,0 1,14.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:strokeColor="#00000000"
|
|
|
+ android:strokeWidth="1" />
|
|
|
+ <path
|
|
|
+ android:fillColor="@color/color_public_inquiry_quote"
|
|
|
+ android:fillType="evenOdd"
|
|
|
+ android:pathData="M1.5,5L14.5,5A1.5,1.5 0,0 1,16 6.5L16,6.5A1.5,1.5 0,0 1,14.5 8L1.5,8A1.5,1.5 0,0 1,0 6.5L0,6.5A1.5,1.5 0,0 1,1.5 5z"
|
|
|
+ android:strokeColor="#00000000"
|
|
|
+ android:strokeWidth="1" />
|
|
|
+ <path
|
|
|
+ android:fillColor="@color/color_public_inquiry_quote"
|
|
|
+ android:fillType="evenOdd"
|
|
|
+ android:pathData="M1.5,10L14.5,10A1.5,1.5 0,0 1,16 11.5L16,11.5A1.5,1.5 0,0 1,14.5 13L1.5,13A1.5,1.5 0,0 1,0 11.5L0,11.5A1.5,1.5 0,0 1,1.5 10z"
|
|
|
+ android:strokeColor="#00000000"
|
|
|
+ android:strokeWidth="1" />
|
|
|
+</vector>
|