Files
raspberry/iOS/Wallet/Sources/Common/Control/TextField/Search/CommonTextFieldSearch.xib
T
2022-05-27 20:21:01 +03:00

94 lines
7.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CommonTextFieldSearch" customModule="PayCash" customModuleProvider="target">
<connections>
<outlet property="clearButtton" destination="Q3h-kC-dxv" id="xv5-pn-Sb4"/>
<outlet property="searchImageView" destination="ifj-rQ-XP5" id="WCO-y5-LCW"/>
<outlet property="searchTextField" destination="EaI-IY-Lcx" id="9RZ-8u-oh4"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="414" height="40"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="d1F-Cu-xBk">
<rect key="frame" x="0.0" y="0.0" width="414" height="40"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="common-search" translatesAutoresizingMaskIntoConstraints="NO" id="ifj-rQ-XP5">
<rect key="frame" x="12" y="13" width="14" height="14"/>
<constraints>
<constraint firstAttribute="height" constant="14" id="4jX-v5-xhy"/>
<constraint firstAttribute="width" constant="14" id="t1E-9F-WUf"/>
</constraints>
</imageView>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="EaI-IY-Lcx">
<rect key="frame" x="34" y="11" width="340" height="18.5"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Q3h-kC-dxv">
<rect key="frame" x="382" y="8" width="24" height="24"/>
<constraints>
<constraint firstAttribute="height" constant="24" id="bUs-i1-5di"/>
<constraint firstAttribute="width" constant="24" id="w3h-5V-Myc"/>
</constraints>
<state key="normal" image="common-close"/>
<connections>
<action selector="clearPressed:" destination="-1" eventType="touchUpInside" id="NKg-tO-aUZ"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" name="Marble"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="A6F-zW-uIe"/>
<constraint firstAttribute="trailing" secondItem="Q3h-kC-dxv" secondAttribute="trailing" constant="8" id="C3X-uE-tM7"/>
<constraint firstItem="EaI-IY-Lcx" firstAttribute="leading" secondItem="ifj-rQ-XP5" secondAttribute="trailing" constant="8" id="CsN-44-Unz"/>
<constraint firstItem="ifj-rQ-XP5" firstAttribute="centerY" secondItem="d1F-Cu-xBk" secondAttribute="centerY" id="Duy-tm-Aqz"/>
<constraint firstItem="Q3h-kC-dxv" firstAttribute="leading" secondItem="EaI-IY-Lcx" secondAttribute="trailing" constant="8" id="FDE-hz-8hd"/>
<constraint firstItem="Q3h-kC-dxv" firstAttribute="centerY" secondItem="d1F-Cu-xBk" secondAttribute="centerY" id="Up4-Jw-xr2"/>
<constraint firstItem="ifj-rQ-XP5" firstAttribute="leading" secondItem="d1F-Cu-xBk" secondAttribute="leading" constant="12" id="ZAa-Md-oqT"/>
<constraint firstItem="EaI-IY-Lcx" firstAttribute="centerY" secondItem="d1F-Cu-xBk" secondAttribute="centerY" id="ak5-CK-aSA"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="8"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="d1F-Cu-xBk" secondAttribute="trailing" id="FNF-2R-k0e"/>
<constraint firstAttribute="bottom" secondItem="d1F-Cu-xBk" secondAttribute="bottom" id="VWy-M2-YJW"/>
<constraint firstItem="d1F-Cu-xBk" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="tvH-QB-Brj"/>
<constraint firstItem="d1F-Cu-xBk" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="wH8-go-8dd"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="146" y="-81"/>
</view>
</objects>
<resources>
<image name="common-close" width="24" height="24"/>
<image name="common-search" width="14" height="14"/>
<namedColor name="Marble">
<color red="0.92900002002716064" green="0.93300002813339233" blue="0.93300002813339233" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>