[ios] Fixed bug with navigation dashboard's coloring in landscape.

This commit is contained in:
VladiMihaylenko 2016-01-15 11:51:02 +03:00
parent ca3fda9a02
commit cef3a5d806
3 changed files with 4 additions and 3 deletions

View file

@ -375,7 +375,8 @@ extern NSString * const kTTSStatusWasChangedNotification;
- (void)refresh
{
[self.navigationDashboard refresh];
[self.navigationDashboardLandscape refresh];
[self.navigationDashboardPortrait refresh];
[self.routePreview refresh];
}

View file

@ -162,7 +162,7 @@
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="ic_direction" translatesAutoresizingMaskIntoConstraints="NO" id="ZNA-Yu-OG7" customClass="MWMImageView">
<rect key="frame" x="0.0" y="10" width="64" height="64"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="coloring" value="MWMBlack"/>
<userDefinedRuntimeAttribute type="string" keyPath="coloring" value="MWMBlue"/>
</userDefinedRuntimeAttributes>
</imageView>
</subviews>

View file

@ -241,6 +241,6 @@
<image name="ic_nav_bar_close" width="44" height="44"/>
<image name="ic_voice_off" width="28" height="28"/>
<image name="ic_voice_on" width="28" height="28"/>
<image name="slight_left" width="96" height="96"/>
<image name="slight_left" width="64" height="64"/>
</resources>
</document>