forked from organicmaps/organicmaps
[MAPSME-6920] [ios] Updated Yandex logo.
This commit is contained in:
parent
45aa3c0624
commit
48f96cee99
8 changed files with 14 additions and 25 deletions
|
@ -21,7 +21,7 @@ final class RoutePreviewTaxiCell: UICollectionViewCell {
|
|||
switch type {
|
||||
case .taxi: return #imageLiteral(resourceName: "icTaxiTaxi")
|
||||
case .uber: return #imageLiteral(resourceName: "icTaxiUber")
|
||||
case .yandex: return #imageLiteral(resourceName: "icTaxiYandex")
|
||||
case .yandex: return #imageLiteral(resourceName: "ic_taxi_logo_yandex")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "icTaxiYandex.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "icTaxiYandex@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "icTaxiYandex@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
12
iphone/Maps/Images.xcassets/ic_taxi_logo_yandex.imageset/Contents.json
vendored
Normal file
12
iphone/Maps/Images.xcassets/ic_taxi_logo_yandex.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "ic_taxi_logo_yandex.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/ic_taxi_logo_yandex.imageset/ic_taxi_logo_yandex.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/ic_taxi_logo_yandex.imageset/ic_taxi_logo_yandex.pdf
vendored
Normal file
Binary file not shown.
|
@ -35,7 +35,7 @@ final class PlacePageTaxiCell: MWMTableViewCell {
|
|||
icon.image = #imageLiteral(resourceName: "icTaxiUber")
|
||||
title.text = L("uber")
|
||||
case .yandex:
|
||||
icon.image = #imageLiteral(resourceName: "icTaxiYandex")
|
||||
icon.image = #imageLiteral(resourceName: "ic_taxi_logo_yandex")
|
||||
title.text = L("yandex_taxi_title")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue