Merge pull request #3774 from VladiMihaylenko/master

Booking bookmark
This commit is contained in:
Илья Гречухин 2016-07-13 18:45:45 +04:00 committed by GitHub
commit 12470f1757
9 changed files with 49 additions and 2 deletions

View file

@ -7,7 +7,7 @@
namespace
{
array<NSString *, 8> const kBookmarkColorsVariant
array<NSString *, 9> const kBookmarkColorsVariant
{{
@"placemark-red",
@"placemark-yellow",
@ -16,7 +16,8 @@ array<NSString *, 8> const kBookmarkColorsVariant
@"placemark-purple",
@"placemark-orange",
@"placemark-brown",
@"placemark-pink"
@"placemark-pink",
@"placemark-hotel"
}};
} // namespace

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "img_placemark-hotel-off.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "img_placemark-hotel-off@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "img_placemark-hotel-off@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "img_placemark-hotel-on.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "img_placemark-hotel-on@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "img_placemark-hotel-on@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B