[ios] Updated zoom in/out buttons
|
@ -3,17 +3,17 @@
|
|||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x",
|
||||
"filename" : "ic_btn_zoom_in_normal_mdpi.png"
|
||||
"filename" : "ic_btn_zoom_in_mdpi.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x",
|
||||
"filename" : "ic_btn_zoom_in_normal_xhdpi.png"
|
||||
"filename" : "ic_btn_zoom_in_xhdpi.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x",
|
||||
"filename" : "ic_btn_zoom_in_normal_xxhdpi.png"
|
||||
"filename" : "ic_btn_zoom_in_xxhdpi.png"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
|
BIN
iphone/Maps/Images.xcassets/ButtonZoomIn.imageset/ic_btn_zoom_in_mdpi.png
vendored
Normal file
After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 785 B |
BIN
iphone/Maps/Images.xcassets/ButtonZoomIn.imageset/ic_btn_zoom_in_xhdpi.png
vendored
Normal file
After Width: | Height: | Size: 817 B |
BIN
iphone/Maps/Images.xcassets/ButtonZoomIn.imageset/ic_btn_zoom_in_xxhdpi.png
vendored
Normal file
After Width: | Height: | Size: 1.2 KiB |
|
@ -3,17 +3,17 @@
|
|||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x",
|
||||
"filename" : "ic_btn_zoom_out_normal_mdpi.png"
|
||||
"filename" : "ic_btn_zoom_out_mdpi.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x",
|
||||
"filename" : "ic_btn_zoom_out_normal_xhdpi.png"
|
||||
"filename" : "ic_btn_zoom_out_xhdpi.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x",
|
||||
"filename" : "ic_btn_zoom_out_normal_xxhdpi.png"
|
||||
"filename" : "ic_btn_zoom_out_xxhdpi.png"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
|
BIN
iphone/Maps/Images.xcassets/ButtonZoomOut.imageset/ic_btn_zoom_out_mdpi.png
vendored
Normal file
After Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 751 B |
BIN
iphone/Maps/Images.xcassets/ButtonZoomOut.imageset/ic_btn_zoom_out_xhdpi.png
vendored
Normal file
After Width: | Height: | Size: 779 B |
BIN
iphone/Maps/Images.xcassets/ButtonZoomOut.imageset/ic_btn_zoom_out_xxhdpi.png
vendored
Normal file
After Width: | Height: | Size: 1.2 KiB |
|
@ -27,7 +27,7 @@
|
|||
<subviews>
|
||||
<button opaque="NO" contentMode="center" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="VXD-8S-Q8b">
|
||||
<rect key="frame" x="2" y="43" width="52" height="44"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
||||
<state key="normal" image="ButtonZoomOut">
|
||||
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
||||
|
@ -38,7 +38,7 @@
|
|||
</button>
|
||||
<button opaque="NO" contentMode="center" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="5WX-Yi-o98">
|
||||
<rect key="frame" x="2" y="1" width="52" height="44"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
||||
<state key="normal" image="ButtonZoomIn">
|
||||
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
||||
|
@ -56,6 +56,7 @@
|
|||
<extendedEdge key="edgesForExtendedLayout"/>
|
||||
<toolbarItems/>
|
||||
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
||||
<size key="freeformSize" width="320" height="480"/>
|
||||
<connections>
|
||||
<outlet property="zoomButtonsView" destination="1ei-bl-XIW" id="UwD-DT-nmf"/>
|
||||
</connections>
|
||||
|
|