<?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" colorMatched="YES">
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
<dependencies>
|
<deployment identifier="iOS"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
|
<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="DialerView">
|
<connections>
|
<outlet property="addContactButton" destination="222" id="225"/>
|
<outlet property="addressField" destination="4" id="205"/>
|
<outlet property="backButton" destination="183" id="d75-ly-K6w"/>
|
<outlet property="backspaceButton" destination="8dc-hj-rvt" id="6p9-p4-QAN"/>
|
<outlet property="callButton" destination="224" id="231"/>
|
<outlet property="eightButton" destination="35" id="204"/>
|
<outlet property="fiveButton" destination="31" id="195"/>
|
<outlet property="fourButton" destination="30" id="194"/>
|
<outlet property="hashButton" destination="41" id="4Vx-Tl-ywI"/>
|
<outlet property="landscapeView" destination="171" id="mdM-t5-k4V"/>
|
<outlet property="nineButton" destination="36" id="200"/>
|
<outlet property="oneButton" destination="38" id="191"/>
|
<outlet property="padView" destination="180" id="bxG-9v-Pvj"/>
|
<outlet property="portraitView" destination="171" id="GLX-cG-iOA"/>
|
<outlet property="sevenButton" destination="34" id="197"/>
|
<outlet property="sixButton" destination="33" id="196"/>
|
<outlet property="starButton" destination="39" id="199"/>
|
<outlet property="threeButton" destination="29" id="193"/>
|
<outlet property="twoButton" destination="37" id="192"/>
|
<outlet property="view" destination="171" id="176"/>
|
<outlet property="zeroButton" destination="40" id="198"/>
|
</connections>
|
</placeholder>
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
<view contentMode="scaleToFill" id="qaB-qV-B0p" userLabel="iphone6MetricsView">
|
<rect key="frame" x="0.0" y="0.0" width="540" height="960"/>
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
<subviews>
|
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="171">
|
<rect key="frame" x="0.0" y="42" width="540" height="852"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<subviews>
|
<view clipsSubviews="YES" alpha="0.90000000000000002" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="178" userLabel="dialer">
|
<rect key="frame" x="0.0" y="0.0" width="540" height="66"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
<subviews>
|
<textField opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter a number or an address" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" minimumFontSize="15" translatesAutoresizingMaskIntoConstraints="NO" id="4" userLabel="addressField" customClass="UIAddressTextField">
|
<rect key="frame" x="31" y="0.0" width="426" height="66"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
|
<accessibility key="accessibilityConfiguration" label="Enter an address"/>
|
<fontDescription key="fontDescription" type="system" pointSize="33"/>
|
<textInputTraits key="textInputTraits" autocorrectionType="no" keyboardType="alphabet" returnKeyType="join"/>
|
<connections>
|
<action selector="onAddressChange:" destination="-1" eventType="editingChanged" id="FdS-Kl-3dS"/>
|
<outlet property="delegate" destination="-1" id="190"/>
|
</connections>
|
</textField>
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8dc-hj-rvt" userLabel="backspaceButton" customClass="UIInterfaceStyleButton">
|
<rect key="frame" x="475" y="0.0" width="60" height="66"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<state key="normal" image="backspace_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="disabled" image="backspace_disabled.png"/>
|
<state key="highlighted" image="backspace_over.png"/>
|
<connections>
|
<action selector="onBackspaceClick:" destination="-1" eventType="touchUpInside" id="sWE-Ch-kAr"/>
|
</connections>
|
</button>
|
</subviews>
|
<color key="backgroundColor" systemColor="secondarySystemBackgroundColor"/>
|
</view>
|
<imageView userInteractionEnabled="NO" tag="2" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="dialer_background.png" translatesAutoresizingMaskIntoConstraints="NO" id="AH0-S5-0Ku" userLabel="logoImage">
|
<rect key="frame" x="100" y="279" width="340" height="294"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
</imageView>
|
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="180" userLabel="pad">
|
<rect key="frame" x="0.0" y="66" width="540" height="720"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<subviews>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="38" userLabel="1" customClass="UIDigitButton">
|
<rect key="frame" x="0.0" y="0.0" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<color key="backgroundColor" red="0.40000001000000002" green="1" blue="1" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
|
<accessibility key="accessibilityConfiguration" label="1"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_1_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_1_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="240"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="37" userLabel="2" customClass="UIDigitButton">
|
<rect key="frame" x="184" y="0.0" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="2"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_2_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_2_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="241"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="29" userLabel="3" customClass="UIDigitButton">
|
<rect key="frame" x="367" y="0.0" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="3"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_3_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_3_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="242"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="30" userLabel="4" customClass="UIDigitButton">
|
<rect key="frame" x="0.0" y="180" width="173" height="171"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="4"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_4_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_4_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="243"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="31" userLabel="5" customClass="UIDigitButton">
|
<rect key="frame" x="184" y="180" width="173" height="171"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="5"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_5_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_5_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="244"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="33" userLabel="6" customClass="UIDigitButton">
|
<rect key="frame" x="367" y="180" width="173" height="171"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="6"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_6_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_6_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="245"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="34" userLabel="7" customClass="UIDigitButton">
|
<rect key="frame" x="0.0" y="361" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="7"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_7_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_7_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="246"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="35" userLabel="8" customClass="UIDigitButton">
|
<rect key="frame" x="184" y="361" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="8"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_8_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_8_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="247"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="36" userLabel="9" customClass="UIDigitButton">
|
<rect key="frame" x="367" y="361" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="9"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_9_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_9_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="248"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="39" userLabel="*" customClass="UIDigitButton">
|
<rect key="frame" x="0.0" y="543" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="Star"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_star_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_star_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="249"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="40" userLabel="0" customClass="UIDigitButton">
|
<rect key="frame" x="184" y="543" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="0"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_0_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_0_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="250"/>
|
</connections>
|
</button>
|
<button opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="41" userLabel="#" customClass="UIDigitButton">
|
<rect key="frame" x="367" y="543" width="173" height="170"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="Hash"/>
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
<state key="normal" image="numpad_hash_default.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="highlighted" image="numpad_hash_over.png" backgroundImage="numpad_over_background.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="251"/>
|
</connections>
|
</button>
|
</subviews>
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
</view>
|
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="182" userLabel="bottomBar">
|
<rect key="frame" x="0.0" y="786" width="540" height="66"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
<subviews>
|
<button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="183" userLabel="backButton">
|
<rect key="frame" x="0.0" y="0.0" width="180" height="66"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="Back"/>
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
<state key="normal" image="call_alt_back_default.png" backgroundImage="color_F.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="disabled" image="call_alt_back_disabled.png"/>
|
<state key="highlighted" backgroundImage="color_E.png"/>
|
<connections>
|
<action selector="onBackClick:" destination="-1" eventType="touchUpInside" id="233"/>
|
</connections>
|
</button>
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="222" userLabel="addContactButton">
|
<rect key="frame" x="0.0" y="0.0" width="180" height="66"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="Add to contact"/>
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
<state key="normal" image="contact_add_default.png" backgroundImage="color_F.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="disabled" image="contact_add_disabled.png"/>
|
<state key="highlighted" backgroundImage="color_E.png"/>
|
<connections>
|
<action selector="onAddContactClick:" destination="-1" eventType="touchUpInside" id="230"/>
|
</connections>
|
</button>
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="224" userLabel="callButton" customClass="UICallButton">
|
<rect key="frame" x="180" y="0.0" width="360" height="66"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
<accessibility key="accessibilityConfiguration" label="Call"/>
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
<state key="normal" image="call_audio_start_default.png" backgroundImage="color_A.png">
|
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<state key="disabled" image="call_audio_start_disabled.png"/>
|
<state key="highlighted" backgroundImage="color_L.png"/>
|
<connections>
|
<outlet property="addressField" destination="4" id="235"/>
|
</connections>
|
</button>
|
</subviews>
|
<color key="backgroundColor" systemColor="secondarySystemBackgroundColor"/>
|
</view>
|
</subviews>
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</view>
|
</subviews>
|
<color key="backgroundColor" red="1" green="1" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
<point key="canvasLocation" x="-98.550724637681171" y="149.33035714285714"/>
|
</view>
|
</objects>
|
<resources>
|
<image name="backspace_default.png" width="58.400001525878906" height="30.399999618530273"/>
|
<image name="backspace_disabled.png" width="58.400001525878906" height="30.399999618530273"/>
|
<image name="backspace_over.png" width="58.400001525878906" height="30.399999618530273"/>
|
<image name="call_alt_back_default.png" width="81.599998474121094" height="58.400001525878906"/>
|
<image name="call_alt_back_disabled.png" width="81.599998474121094" height="58.400001525878906"/>
|
<image name="call_audio_start_default.png" width="58.400001525878906" height="58.400001525878906"/>
|
<image name="call_audio_start_disabled.png" width="58.400001525878906" height="58.400001525878906"/>
|
<image name="color_A.png" width="2" height="2"/>
|
<image name="color_E.png" width="2" height="2"/>
|
<image name="color_F.png" width="2" height="2"/>
|
<image name="color_L.png" width="2" height="2"/>
|
<image name="contact_add_default.png" width="55.200000762939453" height="47.200000762939453"/>
|
<image name="contact_add_disabled.png" width="55.200000762939453" height="47.200000762939453"/>
|
<image name="dialer_background.png" width="1200" height="1030"/>
|
<image name="numpad_0_default.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_0_over.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_1_default.png" width="84.800003051757812" height="77.599998474121094"/>
|
<image name="numpad_1_over.png" width="84.800003051757812" height="77.599998474121094"/>
|
<image name="numpad_2_default.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_2_over.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_3_default.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_3_over.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_4_default.png" width="84.800003051757812" height="77.599998474121094"/>
|
<image name="numpad_4_over.png" width="84.800003051757812" height="77.599998474121094"/>
|
<image name="numpad_5_default.png" width="84.800003051757812" height="77.599998474121094"/>
|
<image name="numpad_5_over.png" width="84.800003051757812" height="77.599998474121094"/>
|
<image name="numpad_6_default.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_6_over.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_7_default.png" width="84.800003051757812" height="77.599998474121094"/>
|
<image name="numpad_7_over.png" width="84.800003051757812" height="77.599998474121094"/>
|
<image name="numpad_8_default.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_8_over.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_9_default.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_9_over.png" width="84.800003051757812" height="79.199996948242188"/>
|
<image name="numpad_hash_default.png" width="84.800003051757812" height="78.400001525878906"/>
|
<image name="numpad_hash_over.png" width="84.800003051757812" height="78.400001525878906"/>
|
<image name="numpad_over_background.png" width="2" height="2"/>
|
<image name="numpad_star_default.png" width="84.800003051757812" height="81.599998474121094"/>
|
<image name="numpad_star_over.png" width="84.800003051757812" height="81.599998474121094"/>
|
<systemColor name="secondarySystemBackgroundColor">
|
<color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</systemColor>
|
<systemColor name="systemBackgroundColor">
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</systemColor>
|
</resources>
|
</document>
|