diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-11 01:38:35 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-11 01:38:35 -0600 |
commit | bac5d46d07794972de0953100efb79664006c0a8 (patch) | |
tree | bf4d1a340f32e34e384ed982e0649fc9767bcba8 /androidApp/src/main/res/drawable/map_car.xml | |
parent | 62d1be3102a322b9eb14280c003f99f4606f507e (diff) | |
download | etbsa-trackermap-mobile-bac5d46d07794972de0953100efb79664006c0a8.tar.gz etbsa-trackermap-mobile-bac5d46d07794972de0953100efb79664006c0a8.tar.bz2 etbsa-trackermap-mobile-bac5d46d07794972de0953100efb79664006c0a8.zip |
Replaced map icons with SVG icons
Diffstat (limited to 'androidApp/src/main/res/drawable/map_car.xml')
-rw-r--r-- | androidApp/src/main/res/drawable/map_car.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/androidApp/src/main/res/drawable/map_car.xml b/androidApp/src/main/res/drawable/map_car.xml new file mode 100644 index 0000000..0837918 --- /dev/null +++ b/androidApp/src/main/res/drawable/map_car.xml @@ -0,0 +1,16 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="40dp" + android:height="40dp" + android:viewportWidth="40" + android:viewportHeight="40"> + <path + android:pathData="m20.002,3.6816l-1.131,3.3907a12.374,12.374 0,0 1,1.131 -0.0625,12.374 12.374,0 0,1 1.129,0.0566l-1.129,-3.3848zM20,7.625a12.374,12.374 0,0 0,-12.375 12.375,12.374 12.374,0 0,0 12.375,12.375 12.374,12.374 0,0 0,12.375 -12.375,12.374 12.374,0 0,0 -12.375,-12.375z" + android:strokeWidth="1.9" + android:fillColor="#008000" + android:strokeColor="#333"/> + <path + android:fillColor="#FF000000" + android:pathData="m15.029,22.296q0.3954,-0.3954 0.3954,-0.9505t-0.3954,-0.9505q-0.396,-0.395 -0.951,-0.395 -0.5552,0 -0.9505,0.3954t-0.3954,0.9505 0.3954,0.9505 0.9505,0.3954 0.9505,-0.3954zM15.7272,18.6537h8.5463l-0.7487,-3.003q-0.0168,-0.0673 -0.1178,-0.143 -0.1009,-0.0841 -0.1767,-0.0841h-6.4602q-0.0757,0 -0.1767,0.0841 -0.101,0.0757 -0.1178,0.143l-0.7487,3.003zM26.8732,22.296q0.3954,-0.3954 0.3954,-0.9505t-0.3954,-0.9505q-0.396,-0.395 -0.951,-0.395 -0.5552,0 -0.9505,0.3954t-0.3954,0.9505 0.3954,0.9505 0.9505,0.3954 0.9505,-0.3954zM28.6144,20.5379v3.2301q0,0.1178 -0.0757,0.1935 -0.0757,0.0757 -0.1935,0.0757h-0.8075v1.0767q0,0.6729 -0.4711,1.144t-1.144,0.4711 -1.144,-0.4711 -0.4711,-1.144v-1.0767h-8.6136v1.0767q0,0.6729 -0.4711,1.144t-1.144,0.4711 -1.144,-0.4711 -0.4711,-1.144v-1.0767h-0.8075q-0.1178,0 -0.1935,-0.0757 -0.0757,-0.0757 -0.0757,-0.1935v-3.2301q0,-0.7823 0.5468,-1.3291 0.5552,-0.5552 1.3375,-0.5552h0.2355l0.8832,-3.5245q0.1935,-0.7907 0.8748,-1.3206 0.6813,-0.5383 1.5057,-0.5383h6.4602q0.8243,0 1.5057,0.5383 0.6813,0.5299 0.8748,1.3206l0.8832,3.5245h0.2355q0.7823,0 1.3291,0.5552 0.5552,0.5468 0.5552,1.3291z" + android:strokeWidth=".1" + android:strokeColor="#333"/> +</vector> |