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_pickup.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_pickup.xml')
-rw-r--r-- | androidApp/src/main/res/drawable/map_pickup.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/androidApp/src/main/res/drawable/map_pickup.xml b/androidApp/src/main/res/drawable/map_pickup.xml new file mode 100644 index 0000000..8b92c06 --- /dev/null +++ b/androidApp/src/main/res/drawable/map_pickup.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="m17.19,14.711a0.8816,0.8816 0,0 0,-0.6887 0.6611l-0.7162,2.8649h-3.2781c-0.9697,0 -1.763,0.7934 -1.763,1.763v2.1211c0,0.3526 0.1708,0.6226 0.5234,0.7989l1.2672,0.4683c0.147,1.0824 1.0477,1.9008 2.1762,1.9008 1.0799,0 1.9462,-0.7507 2.1487,-1.763h7.1623c0.2025,1.0124 1.0688,1.763 2.1487,1.763 1.157,0 2.0652,-0.86 2.1762,-1.9834l0.4683,-0.303c0.2645,-0.1763 0.4408,-0.5289 0.4408,-0.8815v-1.5151c0,-0.3526 -0.2534,-0.6832 -0.606,-0.7713l-3.9668,-1.3498 -2.1762,-2.7272 -0.0551,-0.0826 -0.0276,0.0276c-0.4462,-0.661 -1.2059,-0.9917 -1.9008,-0.9917h-3.1679a0.8816,0.8816 0,0 0,-0.0826 0,0.8816 0.8816,0 0,0 -0.0826,0zM18.044,16.474h2.4793c0.333,0 0.4004,0.0337 0.4958,0.1928a0.8816,0.8816 0,0 0,0.0551 0.0826l1.1845,1.4876h-4.6555l0.4408,-1.763zM14.7108,22.2865c0.4408,0 0.7989,0.3581 0.7989,0.7989 0,0.4408 -0.3581,0.7989 -0.7989,0.7989 -0.4408,0 -0.7989,-0.3581 -0.7989,-0.7989 0,-0.4408 0.3581,-0.7989 0.7989,-0.7989zM26.1708,22.2865c0.4408,0 0.7989,0.3581 0.7989,0.7989 0,0.4408 -0.3581,0.7989 -0.7989,0.7989 -0.4408,0 -0.7989,-0.3581 -0.7989,-0.7989 0,-0.4408 0.3581,-0.7989 0.7989,-0.7989z" + android:strokeWidth=".88152"/> +</vector> |