element-ios/Riot/Modules/KeyBackup/Banners/KeyBackupBannerCell.xib

70 lines
5.9 KiB
Text
Raw Normal View History

2019-01-31 18:50:58 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="KGk-i7-Jjw" customClass="KeyBackupBannerCell" customModule="Riot" customModuleProvider="target">
2019-01-31 18:50:58 +00:00
<rect key="frame" x="0.0" y="0.0" width="641" height="96"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="641" height="95.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="shield" translatesAutoresizingMaskIntoConstraints="NO" id="9tN-7x-mQY">
<rect key="frame" x="20" y="29" width="34" height="38"/>
<constraints>
<constraint firstAttribute="width" constant="34" id="34F-3o-CxQ"/>
<constraint firstAttribute="height" constant="38" id="bJn-O7-2r8"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3Rt-ER-z7l">
<rect key="frame" x="74" y="20" width="505" height="55.5"/>
<string key="text">Set up Secure Message Recovery
to never lose encrypted messages</string>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dfM-HD-aqv">
<rect key="frame" x="589" y="8" width="44" height="44"/>
<constraints>
<constraint firstAttribute="width" secondItem="dfM-HD-aqv" secondAttribute="height" multiplier="1:1" id="A8j-ze-vop"/>
<constraint firstAttribute="width" constant="44" id="sOg-81-aX8"/>
</constraints>
<state key="normal" image="close_banner"/>
<connections>
<action selector="closeButtonAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="JMQ-qw-PgK"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="9tN-7x-mQY" firstAttribute="centerY" secondItem="3Rt-ER-z7l" secondAttribute="centerY" id="4mw-XG-yOv"/>
<constraint firstItem="3Rt-ER-z7l" firstAttribute="leading" secondItem="9tN-7x-mQY" secondAttribute="trailing" constant="20" id="Cmc-g0-lgb"/>
<constraint firstItem="dfM-HD-aqv" firstAttribute="top" secondItem="3Rt-ER-z7l" secondAttribute="top" constant="-12" id="FL8-eA-S9B"/>
<constraint firstItem="9tN-7x-mQY" firstAttribute="top" relation="greaterThanOrEqual" secondItem="H2p-sc-9uM" secondAttribute="top" id="L5g-jO-DTI"/>
<constraint firstAttribute="bottom" secondItem="3Rt-ER-z7l" secondAttribute="bottom" constant="20" id="bP3-PR-3XS"/>
<constraint firstItem="dfM-HD-aqv" firstAttribute="leading" secondItem="3Rt-ER-z7l" secondAttribute="trailing" constant="10" id="c6j-SG-3hZ"/>
<constraint firstItem="9tN-7x-mQY" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="fmU-wC-fm5"/>
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="9tN-7x-mQY" secondAttribute="bottom" id="gKz-je-baW"/>
<constraint firstItem="3Rt-ER-z7l" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="20" id="oS4-Tx-dNj"/>
<constraint firstAttribute="trailing" secondItem="dfM-HD-aqv" secondAttribute="trailing" constant="8" id="xSp-FZ-mzB"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="closeButton" destination="dfM-HD-aqv" id="Yw7-ny-zfU"/>
<outlet property="informationLabel" destination="3Rt-ER-z7l" id="pLB-4l-jTK"/>
<outlet property="shieldImageView" destination="9tN-7x-mQY" id="8sk-aT-hTz"/>
</connections>
<point key="canvasLocation" x="-1127.2" y="-474.06296851574217"/>
</tableViewCell>
</objects>
<resources>
<image name="close_banner" width="10" height="10"/>
<image name="shield" width="43" height="52"/>
</resources>
</document>