mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
57 lines
No EOL
4.1 KiB
XML
57 lines
No EOL
4.1 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="UIConferenceHeader">
|
|
<connections>
|
|
<outlet property="pauseButton" destination="13" id="14"/>
|
|
<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="68"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="header_conference.png" id="7" userLabel="backgroundImage">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="68"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="">
|
|
<accessibilityTraits key="traits" none="YES" image="YES" notEnabled="YES"/>
|
|
<bool key="isElement" value="NO"/>
|
|
</accessibility>
|
|
</imageView>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" tag="4" contentMode="left" text="Conference" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="15" userLabel="headerLabel">
|
|
<rect key="frame" x="10" y="-3" width="206" height="50"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Conference"/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="27"/>
|
|
<color key="textColor" red="0.7254902124" green="0.76862746479999999" blue="0.79607844350000001" alpha="1" colorSpace="deviceRGB"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" adjustsImageWhenDisabled="NO" lineBreakMode="middleTruncation" id="13" userLabel="pauseButton" customClass="UIPauseButton">
|
|
<rect key="frame" x="216" y="6" width="41" height="41"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Pause"/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
<inset key="contentEdgeInsets" minX="8" minY="8" maxX="8" maxY="8"/>
|
|
<state key="normal" image="call_state_play_default.png">
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" image="call_state_pause_default.png"/>
|
|
<state key="highlighted" image="call_state_play_over.png"/>
|
|
</button>
|
|
</subviews>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="call_state_pause_default.png" width="43" height="50"/>
|
|
<image name="call_state_play_default.png" width="43" height="46"/>
|
|
<image name="call_state_play_over.png" width="43" height="46"/>
|
|
<image name="header_conference.png" width="640" height="135"/>
|
|
</resources>
|
|
</document> |