Add new shape for Favorites and Waypoints
BIN
OsmAnd/res/drawable-hdpi/map_bg_point_octagon_bottom.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
OsmAnd/res/drawable-hdpi/map_bg_point_octagon_center.png
Normal file
After Width: | Height: | Size: 439 B |
BIN
OsmAnd/res/drawable-hdpi/map_bg_point_octagon_top.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
OsmAnd/res/drawable-mdpi/map_bg_point_octagon_bottom.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
OsmAnd/res/drawable-mdpi/map_bg_point_octagon_center.png
Normal file
After Width: | Height: | Size: 309 B |
BIN
OsmAnd/res/drawable-mdpi/map_bg_point_octagon_top.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_bottom.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_center.png
Normal file
After Width: | Height: | Size: 585 B |
BIN
OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_top.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_bottom.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_center.png
Normal file
After Width: | Height: | Size: 925 B |
BIN
OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_top.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_bottom.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_center.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_top.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
|
@ -1,10 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="40dp"
|
||||
android:height="40dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="40">
|
||||
android:width="36dp"
|
||||
android:height="36dp"
|
||||
android:viewportWidth="36"
|
||||
android:viewportHeight="36">
|
||||
<path
|
||||
android:pathData="M20,40C31.0457,40 40,31.0457 40,20C40,8.9543 31.0457,0 20,0C8.9543,0 0,8.9543 0,20C0,31.0457 8.9543,40 20,40Z"
|
||||
android:pathData="M18,36C27.9411,36 36,27.9411 36,18C36,8.0589 27.9411,0 18,0C8.0589,0 0,8.0589 0,18C0,27.9411 8.0589,36 18,36Z"
|
||||
android:fillColor="#727272"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
|
9
OsmAnd/res/drawable/bg_point_octagon.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="34dp"
|
||||
android:height="34dp"
|
||||
android:viewportWidth="34"
|
||||
android:viewportHeight="34">
|
||||
<path
|
||||
android:pathData="M9,0H25L34,9V25L25,34H9L0,25V9L9,0Z"
|
||||
android:fillColor="#727272"/>
|
||||
</vector>
|
|
@ -1,9 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="40dp"
|
||||
android:height="40dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="40">
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:pathData="M4,1L36,1A3,3 0,0 1,39 4L39,36A3,3 0,0 1,36 39L4,39A3,3 0,0 1,1 36L1,4A3,3 0,0 1,4 1z"
|
||||
android:pathData="M3,0L29,0A3,3 0,0 1,32 3L32,29A3,3 0,0 1,29 32L3,32A3,3 0,0 1,0 29L0,3A3,3 0,0 1,3 0z"
|
||||
android:fillColor="#727272"/>
|
||||
</vector>
|
||||
|
|