diff --git a/iphone/Maps/Core/Theme/Colors.swift b/iphone/Maps/Core/Theme/Colors.swift index 9ef7d2bdc..42fd89e92 100644 --- a/iphone/Maps/Core/Theme/Colors.swift +++ b/iphone/Maps/Core/Theme/Colors.swift @@ -1,7 +1,7 @@ class DayColors: IColors { var clear = UIColor.clear var primaryDark = UIColor(24, 128, 68, alpha100) - var primary = UIColor(88, 129, 87, alpha100) + var primary = UIColor.accent var secondary = UIColor(55, 101, 63, alpha100) // Light green color var primaryLight = UIColor(124, 188, 123, alpha100) @@ -78,7 +78,7 @@ class NightColors: IColors { // Orange color (use for status 15 min in place page) var orange = UIColor(250, 190, 10, alpha100) // Blue color (use for links and phone numbers) - var linkBlue = UIColor.accent + var linkBlue = UIColor.alternativeAccent var linkBlueHighlighted = UIColor.accent var linkBlueDark = UIColor.accent var buttonRed = UIColor(244, 67, 67, alpha100) diff --git a/iphone/Maps/Images.xcassets/Interface/Alternative Accent Color.colorset/Contents.json b/iphone/Maps/Images.xcassets/Interface/Alternative Accent Color.colorset/Contents.json index 899da0371..0938ee078 100644 --- a/iphone/Maps/Images.xcassets/Interface/Alternative Accent Color.colorset/Contents.json +++ b/iphone/Maps/Images.xcassets/Interface/Alternative Accent Color.colorset/Contents.json @@ -23,9 +23,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0.482", - "green" : "0.737", - "red" : "0.486" + "blue" : "0.392", + "green" : "0.580", + "red" : "0.396" } }, "idiom" : "universal" diff --git a/iphone/Maps/Images.xcassets/Interface/Place Page/Direction Indicator.imageset/direction_indicator_dark.svg b/iphone/Maps/Images.xcassets/Interface/Place Page/Direction Indicator.imageset/direction_indicator_dark.svg index 80b420d1c..0704cad91 100644 --- a/iphone/Maps/Images.xcassets/Interface/Place Page/Direction Indicator.imageset/direction_indicator_dark.svg +++ b/iphone/Maps/Images.xcassets/Interface/Place Page/Direction Indicator.imageset/direction_indicator_dark.svg @@ -1 +1,8 @@ - \ No newline at end of file + + + direction_indicator_dark + + + + + \ No newline at end of file diff --git a/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/Contents.json b/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/Contents.json deleted file mode 100644 index fd1fb7b32..000000000 --- a/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "btn_float_more_dark.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "btn_float_more_dark@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "btn_float_more_dark@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark.png b/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark.png deleted file mode 100644 index 654a38427..000000000 Binary files a/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark@2x.png b/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark@2x.png deleted file mode 100644 index a42585d50..000000000 Binary files a/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark@2x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark@3x.png b/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark@3x.png deleted file mode 100644 index d8113e529..000000000 Binary files a/iphone/Maps/Images.xcassets/btn_float_more_dark.imageset/btn_float_more_dark@3x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/Contents.json b/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/Contents.json deleted file mode 100644 index 09279c129..000000000 --- a/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "btn_float_more_light.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "btn_float_more_light@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "btn_float_more_light@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light.png b/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light.png deleted file mode 100644 index 9d27f4387..000000000 Binary files a/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light@2x.png b/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light@2x.png deleted file mode 100644 index 3ec867e7d..000000000 Binary files a/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light@2x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light@3x.png b/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light@3x.png deleted file mode 100644 index fb68e57fc..000000000 Binary files a/iphone/Maps/Images.xcassets/btn_float_more_light.imageset/btn_float_more_light@3x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_dark.imageset/Contents.json b/iphone/Maps/Images.xcassets/ic_add_dark.imageset/Contents.json deleted file mode 100644 index 3de423e89..000000000 --- a/iphone/Maps/Images.xcassets/ic_add_dark.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "ic_add_dark.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "ic_add_dark@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "ic_add_dark@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark.png b/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark.png deleted file mode 100644 index fd19f1632..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark@2x.png b/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark@2x.png deleted file mode 100644 index eab5abf0a..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark@2x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark@3x.png b/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark@3x.png deleted file mode 100644 index 10092b055..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_dark.imageset/ic_add_dark@3x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/Contents.json b/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/Contents.json deleted file mode 100644 index f9e6c3c11..000000000 --- a/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "ic_add_highlighted_dark.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "ic_add_highlighted_dark@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "ic_add_highlighted_dark@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark.png b/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark.png deleted file mode 100644 index 09fc5874f..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark@2x.png b/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark@2x.png deleted file mode 100644 index e7fe842cb..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark@2x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark@3x.png b/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark@3x.png deleted file mode 100644 index 0453e3a0e..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_highlighted_dark.imageset/ic_add_highlighted_dark@3x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/Contents.json b/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/Contents.json deleted file mode 100644 index 78fc4dce8..000000000 --- a/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "ic_add_highlighted_light.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "ic_add_highlighted_light@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "ic_add_highlighted_light@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light.png b/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light.png deleted file mode 100644 index 0db242a70..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light@2x.png b/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light@2x.png deleted file mode 100644 index 25f65abb6..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light@2x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light@3x.png b/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light@3x.png deleted file mode 100644 index e50eb98c9..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_highlighted_light.imageset/ic_add_highlighted_light@3x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_light.imageset/Contents.json b/iphone/Maps/Images.xcassets/ic_add_light.imageset/Contents.json deleted file mode 100644 index 51d4538ae..000000000 --- a/iphone/Maps/Images.xcassets/ic_add_light.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "ic_add_light.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "ic_add_light@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "ic_add_light@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light.png b/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light.png deleted file mode 100644 index 903dad675..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light@2x.png b/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light@2x.png deleted file mode 100644 index 903d11fb3..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light@2x.png and /dev/null differ diff --git a/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light@3x.png b/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light@3x.png deleted file mode 100644 index 360216190..000000000 Binary files a/iphone/Maps/Images.xcassets/ic_add_light.imageset/ic_add_light@3x.png and /dev/null differ diff --git a/iphone/Maps/UI/Editor/Cells/MWMEditorAddAdditionalNameTableViewCell.xib b/iphone/Maps/UI/Editor/Cells/MWMEditorAddAdditionalNameTableViewCell.xib index b983448fa..785391766 100644 --- a/iphone/Maps/UI/Editor/Cells/MWMEditorAddAdditionalNameTableViewCell.xib +++ b/iphone/Maps/UI/Editor/Cells/MWMEditorAddAdditionalNameTableViewCell.xib @@ -1,7 +1,9 @@ - + + - + + @@ -21,9 +23,8 @@ - + - @@ -49,6 +50,6 @@ - + diff --git a/iphone/Maps/UI/PlacePage/PlacePage.storyboard b/iphone/Maps/UI/PlacePage/PlacePage.storyboard index 8e423a15f..613671100 100644 --- a/iphone/Maps/UI/PlacePage/PlacePage.storyboard +++ b/iphone/Maps/UI/PlacePage/PlacePage.storyboard @@ -1118,14 +1118,13 @@ - - + + - @@ -1493,6 +1492,7 @@ +