mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
69 lines
No EOL
4.8 KiB
XML
69 lines
No EOL
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment defaultVersion="1280" identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UIHistoryCell">
|
|
<connections>
|
|
<outlet property="addressLabel" destination="5" id="25"/>
|
|
<outlet property="deleteButton" destination="15" id="16"/>
|
|
<outlet property="detailsButton" destination="7" id="17"/>
|
|
<outlet property="imageView" destination="6" id="11"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view contentMode="scaleToFill" id="12">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="6" userLabel="imageView">
|
|
<rect key="frame" x="10" y="8" width="27" height="27"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
</imageView>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" tag="2" contentMode="left" text="John" lineBreakMode="tailTruncation" minimumFontSize="10" adjustsFontSizeToFit="NO" id="5" userLabel="displayNameLabel">
|
|
<rect key="frame" x="45" y="0.0" width="236" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Firstname"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="25"/>
|
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="7" userLabel="detailsButton">
|
|
<rect key="frame" x="276" y="0.0" width="44" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
<inset key="imageEdgeInsets" minX="11" minY="11" maxX="11" maxY="11"/>
|
|
<state key="normal" image="list_details_default.png">
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="highlighted" image="list_details_over.png"/>
|
|
<connections>
|
|
<action selector="onDetails:" destination="-1" eventType="touchUpInside" id="19"/>
|
|
</connections>
|
|
</button>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="15" userLabel="deleteButton">
|
|
<rect key="frame" x="276" y="0.0" width="44" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
<inset key="imageEdgeInsets" minX="11" minY="11" maxX="11" maxY="11"/>
|
|
<state key="normal" image="list_delete_default.png">
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="highlighted" image="list_delete_over.png"/>
|
|
<connections>
|
|
<action selector="onDelete:" destination="-1" eventType="touchUpInside" id="18"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="list_delete_default.png" width="45" height="45"/>
|
|
<image name="list_delete_over.png" width="45" height="45"/>
|
|
<image name="list_details_default.png" width="45" height="45"/>
|
|
<image name="list_details_over.png" width="45" height="45"/>
|
|
</resources>
|
|
</document> |