mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-19 07:48:29 +00:00
+ better english for accessibility + make the symbols available for debug mode, so that we can gain access to linphonemanager in unit tests
88 lines
No EOL
6.3 KiB
XML
88 lines
No EOL
6.3 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="UIContactDetailsHeader">
|
|
<connections>
|
|
<outlet property="addressLabel" destination="8" id="21"/>
|
|
<outlet property="avatarImage" destination="6" id="9"/>
|
|
<outlet property="editView" destination="13" id="16"/>
|
|
<outlet property="normalView" destination="12" id="17"/>
|
|
<outlet property="tableView" destination="15" id="20"/>
|
|
<outlet property="view" destination="4" id="5"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view contentMode="scaleToFill" id="4">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="170"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="avatar_shadow_small.png" id="7" userLabel="avatarShadowBackground">
|
|
<rect key="frame" x="-13" y="-5" width="131" height="107"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
</imageView>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="avatar_unknown_small.png" id="6" userLabel="avatarImage">
|
|
<rect key="frame" x="20" y="6" width="65" height="65"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
</imageView>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="22" userLabel="avatarButton">
|
|
<rect key="frame" x="20" y="6" width="65" height="65"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Contact avatar">
|
|
<accessibilityTraits key="traits" none="YES"/>
|
|
</accessibility>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
<state key="normal">
|
|
<color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="highlighted">
|
|
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<connections>
|
|
<action selector="onAvatarClick:" destination="-1" eventType="touchUpInside" id="23"/>
|
|
</connections>
|
|
</button>
|
|
<view contentMode="scaleToFill" id="12" userLabel="normalView">
|
|
<rect key="frame" x="101" y="0.0" width="219" height="80"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Contact1" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="10" id="8" userLabel="addressLabel">
|
|
<rect key="frame" x="0.0" y="37" width="199" height="43"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Contact name"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="22"/>
|
|
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
<view contentMode="scaleToFill" id="13" userLabel="editView">
|
|
<rect key="frame" x="101" y="0.0" width="219" height="160"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" id="15">
|
|
<rect key="frame" x="0.0" y="0.0" width="219" height="160"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
|
|
<connections>
|
|
<outlet property="dataSource" destination="-1" id="18"/>
|
|
<outlet property="delegate" destination="-1" id="19"/>
|
|
</connections>
|
|
</tableView>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="avatar_shadow_small.png" width="262" height="214"/>
|
|
<image name="avatar_unknown_small.png" width="131" height="131"/>
|
|
</resources>
|
|
</document> |