forked from organicmaps/organicmaps
[ios] Fixed bug with navigation dashboard's coloring in landscape.
This commit is contained in:
parent
ca3fda9a02
commit
cef3a5d806
3 changed files with 4 additions and 3 deletions
|
@ -375,7 +375,8 @@ extern NSString * const kTTSStatusWasChangedNotification;
|
|||
|
||||
- (void)refresh
|
||||
{
|
||||
[self.navigationDashboard refresh];
|
||||
[self.navigationDashboardLandscape refresh];
|
||||
[self.navigationDashboardPortrait refresh];
|
||||
[self.routePreview refresh];
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue