mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-18 13:18:29 +00:00
41 lines
No EOL
2.7 KiB
XML
41 lines
No EOL
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment defaultVersion="1072" identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UIContactDetailsFooter">
|
|
<connections>
|
|
<outlet property="removeButton" destination="5" id="6"/>
|
|
<outlet property="view" destination="4" id="7"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view clipsSubviews="YES" contentMode="scaleToFill" id="4">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="5" userLabel="removeButton">
|
|
<rect key="frame" x="23" y="25" width="275" height="50"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
<accessibility key="accessibilityConfiguration" label="Remove"/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="26"/>
|
|
<state key="normal" title="Remove Contact" backgroundImage="button_alert_background_default.png">
|
|
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="button_alert_background_over.png"/>
|
|
<connections>
|
|
<action selector="onRemoveClick:" destination="-1" eventType="touchUpInside" id="10"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="button_alert_background_default.png" width="550" height="101"/>
|
|
<image name="button_alert_background_over.png" width="550" height="101"/>
|
|
</resources>
|
|
</document> |