[ios] Updated zoom in/out buttons

This commit is contained in:
Igor Khmurets 2014-09-12 18:13:45 +03:00 committed by Alex Zolotarev
parent 4bd29e916a
commit 797ba38a3d
15 changed files with 9 additions and 8 deletions

View file

@ -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" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -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" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -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>