diff options
Diffstat (limited to 'androidApp/src/main/res/drawable/map_report_end.xml')
-rw-r--r-- | androidApp/src/main/res/drawable/map_report_end.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/androidApp/src/main/res/drawable/map_report_end.xml b/androidApp/src/main/res/drawable/map_report_end.xml new file mode 100644 index 0000000..de4d015 --- /dev/null +++ b/androidApp/src/main/res/drawable/map_report_end.xml @@ -0,0 +1,12 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:fillColor="#008000" + android:pathData="M12.36,6H7v6h7.24l0.4,2H18V8h-5.24z"/> + <path + android:fillColor="@android:color/black" + android:pathData="M14.4,6L14,4L5,4v17h2v-7h5.6l0.4,2h7L20,6h-5.6zM18,14h-3.36l-0.4,-2L7,12L7,6h5.36l0.4,2L18,8v6z"/> +</vector> |