| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
- <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"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT" customClass="VoiceLianmaiView">
- <rect key="frame" x="0.0" y="0.0" width="91" height="149"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="8XI-AA-Hwk">
- <rect key="frame" x="0.0" y="0.0" width="91" height="149"/>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1pU-2W-8hL">
- <rect key="frame" x="35" y="64" width="21" height="21"/>
- <constraints>
- <constraint firstAttribute="width" constant="21" id="9d3-hh-CsG"/>
- <constraint firstAttribute="height" constant="21" id="mq1-wV-Eo0"/>
- </constraints>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" image="habibi_lianmai"/>
- <state key="selected" image="linkmic_off"/>
- </button>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="8XI-AA-Hwk" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="2Tf-ba-2r8"/>
- <constraint firstAttribute="trailing" secondItem="8XI-AA-Hwk" secondAttribute="trailing" id="GKi-tB-axD"/>
- <constraint firstItem="1pU-2W-8hL" firstAttribute="centerY" secondItem="8XI-AA-Hwk" secondAttribute="centerY" id="S4q-2g-RVy"/>
- <constraint firstItem="8XI-AA-Hwk" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="THT-vG-Eep"/>
- <constraint firstAttribute="bottom" secondItem="8XI-AA-Hwk" secondAttribute="bottom" id="aNr-B0-Rfw"/>
- <constraint firstItem="1pU-2W-8hL" firstAttribute="centerX" secondItem="8XI-AA-Hwk" secondAttribute="centerX" id="qdF-X6-OU1"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="headImageView" destination="8XI-AA-Hwk" id="wrp-mh-Nrz"/>
- <outlet property="micbutton" destination="1pU-2W-8hL" id="jcJ-su-E9m"/>
- </connections>
- <point key="canvasLocation" x="-90.400000000000006" y="-79.610194902548727"/>
- </view>
- </objects>
- <resources>
- <image name="habibi_lianmai" width="21" height="21"/>
- <image name="linkmic_off" width="52.5" height="52.5"/>
- </resources>
- </document>
|