element-ios/Riot/Modules/MatrixKit/Views/ReadReceipts/MXKReadReceiptTableViewCell.xib

78 lines
6.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<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="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="T3q-NP-L2Q" customClass="MXKReadReceiptTableViewCell">
<rect key="frame" x="0.0" y="0.0" width="600" height="74"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="T3q-NP-L2Q" id="NZF-Mc-lUr">
<rect key="frame" x="0.0" y="0.0" width="600" height="73.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Shf-ua-Pvi" userLabel="Avatar Image View" customClass="MXKImageView">
<rect key="frame" x="13" y="15" width="42" height="42"/>
<color key="backgroundColor" red="0.89720267060000003" green="0.89720267060000003" blue="0.89720267060000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<accessibility key="accessibilityConfiguration" identifier="MemberAvatar"/>
<constraints>
<constraint firstAttribute="height" constant="42" id="Crv-MV-FXN"/>
<constraint firstAttribute="width" constant="42" id="Zpq-4a-tJO"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="Display name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="81S-Eu-hhs" userLabel="Display Name Label">
<rect key="frame" x="69" y="14" width="105" height="21"/>
<accessibility key="accessibilityConfiguration" identifier="MemberDisplayName"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="0nc-Ih-8ma"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hYv-c6-BwP">
<rect key="frame" x="69" y="39" width="523" height="20"/>
<accessibility key="accessibilityConfiguration" identifier="ContactInformationLabel"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="Okh-b1-vgp"/>
</constraints>
<attributedString key="attributedText">
<fragment content="Receipt description">
<attributes>
<color key="NSColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<font key="NSFont" size="15" name=".SFNSText"/>
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
</attributes>
</fragment>
</attributedString>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="81S-Eu-hhs" firstAttribute="top" secondItem="NZF-Mc-lUr" secondAttribute="top" constant="14" id="0FY-mW-Ezp"/>
<constraint firstItem="hYv-c6-BwP" firstAttribute="leading" secondItem="Shf-ua-Pvi" secondAttribute="trailing" constant="14" id="DOK-TI-C9o"/>
<constraint firstItem="Shf-ua-Pvi" firstAttribute="leading" secondItem="NZF-Mc-lUr" secondAttribute="leading" constant="13" id="KaH-46-6EX"/>
<constraint firstItem="Shf-ua-Pvi" firstAttribute="top" secondItem="NZF-Mc-lUr" secondAttribute="top" constant="15" id="Oy7-id-PWO"/>
<constraint firstItem="81S-Eu-hhs" firstAttribute="leading" secondItem="Shf-ua-Pvi" secondAttribute="trailing" constant="14" id="h7T-GG-Roz"/>
<constraint firstItem="hYv-c6-BwP" firstAttribute="top" secondItem="81S-Eu-hhs" secondAttribute="bottom" constant="4" id="hx7-bN-rVo"/>
<constraint firstAttribute="trailingMargin" secondItem="hYv-c6-BwP" secondAttribute="trailing" id="te4-DP-E42"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<accessibility key="accessibilityConfiguration" identifier="ContactTableViewCell"/>
<connections>
<outlet property="avatarImageView" destination="Shf-ua-Pvi" id="ISY-lV-obs"/>
<outlet property="displayNameLabel" destination="81S-Eu-hhs" id="cRn-w0-jFZ"/>
<outlet property="receiptDescriptionLabel" destination="hYv-c6-BwP" id="HSj-gj-jcQ"/>
</connections>
<point key="canvasLocation" x="109" y="125"/>
</tableViewCell>
</objects>
</document>