Skip to content

Commit d865740

Browse files
authored
Merge pull request #21435 from wordpress-mobile/fix/center-footer-spinner
Reader: Centers the footer spinner in its view.
2 parents bc17514 + f51c1ec commit d865740

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

WordPress/Classes/ViewRelated/Post/PostListFooterView.xib

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait" appearance="light"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
77
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
88
</dependencies>
99
<objects>
@@ -13,12 +13,15 @@
1313
<rect key="frame" x="0.0" y="0.0" width="300" height="44"/>
1414
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
1515
<subviews>
16-
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" hidesWhenStopped="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="F4q-47-pPM">
16+
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="F4q-47-pPM">
1717
<rect key="frame" x="140" y="12" width="20" height="20"/>
18-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
1918
</activityIndicatorView>
2019
</subviews>
2120
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
21+
<constraints>
22+
<constraint firstItem="F4q-47-pPM" firstAttribute="centerY" secondItem="TCZ-n9-coy" secondAttribute="centerY" id="Uel-Nf-Lff"/>
23+
<constraint firstItem="F4q-47-pPM" firstAttribute="centerX" secondItem="TCZ-n9-coy" secondAttribute="centerX" id="e75-fm-R2o"/>
24+
</constraints>
2225
<nil key="simulatedStatusBarMetrics"/>
2326
<nil key="simulatedTopBarMetrics"/>
2427
<nil key="simulatedBottomBarMetrics"/>

0 commit comments

Comments
 (0)