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_helicopter.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_helicopter.xml')
-rw-r--r-- | androidApp/src/main/res/drawable/map_helicopter.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/androidApp/src/main/res/drawable/map_helicopter.xml b/androidApp/src/main/res/drawable/map_helicopter.xml new file mode 100644 index 0000000..973cb80 --- /dev/null +++ b/androidApp/src/main/res/drawable/map_helicopter.xml @@ -0,0 +1,15 @@ +<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.6816 l-1.1309,3.3906a12.374,12.374 0,0 1,1.1309 -0.0625,12.374 12.374,0 0,1 1.1289,0.0566l-1.129,-3.3847zM20,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="m14.606,13.91v1.7742h6.2098v0.8871c-2.6614,0 -3.5165,1.7281 -3.5485,1.7742h-3.5485v0.8871,0.8871l3.5485,0.8871c0,1.3236 1.3378,2.6614 2.6614,2.6614h2.6614c2.6614,0 4.4356,-0.7603 4.4356,-2.6614 0,-1.6225 -2.2284,-3.988 -5.3227,-4.3802v-0.9426h6.2098v-1.7742l-6.2098,0.8871v-0.4436c0,-0.2448 -0.1987,-0.4436 -0.4436,-0.4436s-0.4436,0.1987 -0.4436,0.4436v0.4436l-6.2098,-0.8871zM13.7189,19.2327c0,-0.9799 -0.7944,-1.7742 -1.7742,-1.7742 -0.9799,0 -1.7742,0.7944 -1.7742,1.7742 0,0.9799 0.7944,1.7742 1.7742,1.7742 0.9799,0 1.7742,-0.7944 1.7742,-1.7742zM21.703,18.3456c0.2821,-0.0399 2.8831,0.7904 3.5485,2.6614h-3.5485v-2.6614zM26.1386,23.6683v0.8871h-8.8712v1.7742h8.8712c0.9803,0 1.7742,-0.794 1.7742,-1.7742v-0.8871h-1.7742z" + android:strokeWidth=".88712"/> +</vector> |