forked from organicmaps/organicmaps
[ios] Changed Cancel Route button
This commit is contained in:
parent
5aeb2e6a17
commit
1c5cce2d9d
8 changed files with 1 additions and 1 deletions
iphone/Maps
Classes
Images.xcassets/Place Page
PlacePageCancelRouteButton.imageset
RoutingCloseButton.imageset
|
@ -93,7 +93,7 @@
|
|||
{
|
||||
_closeButton = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 50, 44)];
|
||||
_closeButton.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleBottomMargin;
|
||||
[_closeButton setImage:[UIImage imageNamed:@"RoutingCloseButton"] forState:UIControlStateNormal];
|
||||
[_closeButton setImage:[UIImage imageNamed:@"PlacePageCancelRouteButton"] forState:UIControlStateNormal];
|
||||
[_closeButton addTarget:self action:@selector(closeButtonPressed:) forControlEvents:UIControlEventTouchUpInside];
|
||||
}
|
||||
return _closeButton;
|
||||
|
|
BIN
iphone/Maps/Images.xcassets/Place Page/PlacePageCancelRouteButton.imageset/close_mdpi.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Place Page/PlacePageCancelRouteButton.imageset/close_mdpi.png
vendored
Normal file
Binary file not shown.
After ![]() (image error) Size: 837 B |
BIN
iphone/Maps/Images.xcassets/Place Page/PlacePageCancelRouteButton.imageset/close_xhdpi.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Place Page/PlacePageCancelRouteButton.imageset/close_xhdpi.png
vendored
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.6 KiB |
BIN
iphone/Maps/Images.xcassets/Place Page/PlacePageCancelRouteButton.imageset/close_xxhdpi.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Place Page/PlacePageCancelRouteButton.imageset/close_xxhdpi.png
vendored
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.1 KiB |
Binary file not shown.
Before ![]() (image error) Size: 329 B |
Binary file not shown.
Before ![]() (image error) Size: 477 B |
Binary file not shown.
Before ![]() (image error) Size: 814 B |
Loading…
Add table
Reference in a new issue