mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-18 13:18:29 +00:00
331 lines
28 KiB
XML
331 lines
28 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="5056" systemVersion="13C1021" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment defaultVersion="1536" identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UIMainBar">
|
|
<connections>
|
|
<outlet property="chatButton" destination="7" id="44"/>
|
|
<outlet property="chatNotificationLabel" destination="14" id="46"/>
|
|
<outlet property="chatNotificationView" destination="3" id="45"/>
|
|
<outlet property="contactsButton" destination="9" id="47"/>
|
|
<outlet property="dialerButton" destination="5" id="48"/>
|
|
<outlet property="historyButton" destination="8" id="49"/>
|
|
<outlet property="historyNotificationLabel" destination="11" id="50"/>
|
|
<outlet property="historyNotificationView" destination="4" id="51"/>
|
|
<outlet property="landscapeView" destination="28" id="43"/>
|
|
<outlet property="portraitView" destination="2" id="42"/>
|
|
<outlet property="settingsButton" destination="10" id="52"/>
|
|
<outlet property="view" destination="2" id="41"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view autoresizesSubviews="NO" contentMode="scaleToFill" id="2" userLabel="Portrait View">
|
|
<rect key="frame" x="0.0" y="0.0" width="768" height="77"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<view hidden="YES" autoresizesSubviews="NO" opaque="NO" clearsContextBeforeDrawing="NO" userInteractionEnabled="NO" tag="-1" contentMode="scaleToFill" id="6" userLabel="mask">
|
|
<rect key="frame" x="0.0" y="11" width="768" height="66"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<color key="backgroundColor" red="0.0" green="1" blue="0.090924573910000001" alpha="1" colorSpace="calibratedRGB"/>
|
|
</view>
|
|
<button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="8" userLabel="history">
|
|
<rect key="frame" x="0.0" y="0.0" width="175" height="77"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="History"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="titleEdgeInsets" minX="60" minY="10" maxX="0.0" maxY="0.0"/>
|
|
<state key="normal" title="History" backgroundImage="history_default.png">
|
|
<color key="titleColor" red="0.35686274509999999" green="0.39607843139999999" blue="0.43529411759999997" alpha="1" colorSpace="deviceRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="history_selected.png">
|
|
<color key="titleColor" red="0.81176470590000005" green="0.29803921570000003" blue="0.16078431369999999" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="history_over.png">
|
|
<color key="titleColor" red="0.72549019609999998" green="0.76862745099999996" blue="0.79607843140000001" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<connections>
|
|
<action selector="onHistoryClick:" destination="-1" eventType="touchUpInside" id="58"/>
|
|
</connections>
|
|
</button>
|
|
<view hidden="YES" autoresizesSubviews="NO" userInteractionEnabled="NO" tag="2" contentMode="scaleToFill" id="4" userLabel="historyNotificationView">
|
|
<rect key="frame" x="144" y="1" width="21" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="history_notification.png" id="12" userLabel="historyNotificationImage">
|
|
<rect key="frame" x="0.0" y="0.0" width="21" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
</imageView>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="99" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="10" id="11" userLabel="historyNotificationLabel">
|
|
<rect key="frame" x="2" y="2" width="17" height="17"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<accessibility key="accessibilityConfiguration" label="Missed call(s)">
|
|
<accessibilityTraits key="traits" none="YES"/>
|
|
</accessibility>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
<button opaque="NO" tag="3" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="9" userLabel="contacts">
|
|
<rect key="frame" x="175" y="0.0" width="175" height="77"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Contacts"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="titleEdgeInsets" minX="60" minY="10" maxX="0.0" maxY="0.0"/>
|
|
<state key="normal" title="Contacts" backgroundImage="contacts_default.png">
|
|
<color key="titleColor" red="0.35686274509999999" green="0.39607843139999999" blue="0.43529411759999997" alpha="1" colorSpace="deviceRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="contacts_selected.png">
|
|
<color key="titleColor" red="0.81176470590000005" green="0.29803921570000003" blue="0.16078431369999999" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="contacts_over.png">
|
|
<color key="titleColor" red="0.72549019609999998" green="0.76862745099999996" blue="0.79607843140000001" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<connections>
|
|
<action selector="onContactsClick:" destination="-1" eventType="touchUpInside" id="57"/>
|
|
</connections>
|
|
</button>
|
|
<button opaque="NO" tag="4" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="5" userLabel="dialer">
|
|
<rect key="frame" x="350" y="-1" width="68" height="80"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Dialer"/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
<state key="normal" backgroundImage="dialer_default.png">
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="dialer_selected"/>
|
|
<state key="highlighted" backgroundImage="dialer_over.png"/>
|
|
<connections>
|
|
<action selector="onDialerClick:" destination="-1" eventType="touchUpInside" id="60"/>
|
|
</connections>
|
|
</button>
|
|
<button opaque="NO" tag="5" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="10" userLabel="settings">
|
|
<rect key="frame" x="593" y="0.0" width="175" height="77"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Settings"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="titleEdgeInsets" minX="60" minY="10" maxX="0.0" maxY="0.0"/>
|
|
<state key="normal" title="Settings" backgroundImage="settings_default.png">
|
|
<color key="titleColor" red="0.35686274509999999" green="0.39607843139999999" blue="0.43529411759999997" alpha="1" colorSpace="deviceRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="settings_selected.png">
|
|
<color key="titleColor" red="0.81176470590000005" green="0.29803921570000003" blue="0.16078431369999999" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="settings_over.png">
|
|
<color key="titleColor" red="0.72549019609999998" green="0.76862745099999996" blue="0.79607843140000001" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<connections>
|
|
<action selector="onSettingsClick:" destination="-1" eventType="touchUpInside" id="59"/>
|
|
</connections>
|
|
</button>
|
|
<button opaque="NO" tag="6" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="7" userLabel="chat">
|
|
<rect key="frame" x="418" y="0.0" width="175" height="77"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label="Chat"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="titleEdgeInsets" minX="60" minY="10" maxX="0.0" maxY="0.0"/>
|
|
<state key="normal" title="Chat" backgroundImage="chat_default.png">
|
|
<color key="titleColor" red="0.35686274509999999" green="0.39607843139999999" blue="0.43529411759999997" alpha="1" colorSpace="deviceRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="chat_selected.png">
|
|
<color key="titleColor" red="0.81176470590000005" green="0.29803921570000003" blue="0.16078431369999999" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="chat_over.png">
|
|
<color key="titleColor" red="0.72549019609999998" green="0.76862745099999996" blue="0.79607843140000001" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<connections>
|
|
<action selector="onChatClick:" destination="-1" eventType="touchUpInside" id="56"/>
|
|
</connections>
|
|
</button>
|
|
<view hidden="YES" autoresizesSubviews="NO" userInteractionEnabled="NO" tag="7" contentMode="scaleToFill" id="3" userLabel="chatNotificationView">
|
|
<rect key="frame" x="428" y="1" width="21" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="history_notification.png" id="13" userLabel="chatNotificationImage">
|
|
<rect key="frame" x="0.0" y="0.0" width="21" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
</imageView>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="99" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="10" id="14" userLabel="chatNotificationLabel">
|
|
<rect key="frame" x="2" y="2" width="17" height="17"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<accessibility key="accessibilityConfiguration" label="Missed message(s)">
|
|
<accessibilityTraits key="traits" none="YES"/>
|
|
</accessibility>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" red="0.0" green="1" blue="0.19194547549999999" alpha="0.0" colorSpace="calibratedRGB"/>
|
|
</view>
|
|
<view autoresizesSubviews="NO" contentMode="scaleToFill" id="28" userLabel="Landscape View">
|
|
<rect key="frame" x="0.0" y="0.0" width="1024" height="86"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<view hidden="YES" autoresizesSubviews="NO" opaque="NO" clearsContextBeforeDrawing="NO" userInteractionEnabled="NO" tag="-1" contentMode="scaleToFill" id="34" userLabel="mask">
|
|
<rect key="frame" x="0.0" y="19" width="1024" height="67"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<color key="backgroundColor" red="0.0" green="1" blue="0.090924573910000001" alpha="1" colorSpace="calibratedRGB"/>
|
|
</view>
|
|
<button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="32" userLabel="history">
|
|
<rect key="frame" x="0.0" y="0.0" width="240" height="86"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label=""/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="titleEdgeInsets" minX="60" minY="16" maxX="0.0" maxY="0.0"/>
|
|
<state key="normal" title="History" backgroundImage="history_default_landscape.png">
|
|
<color key="titleColor" red="0.35686274509999999" green="0.39607843139999999" blue="0.43529411759999997" alpha="1" colorSpace="deviceRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="history_selected_landscape.png">
|
|
<color key="titleColor" red="0.81176470590000005" green="0.29803921570000003" blue="0.16078431369999999" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="history_over_landscape.png">
|
|
<color key="titleColor" red="0.72549019609999998" green="0.76862745099999996" blue="0.79607843140000001" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
</button>
|
|
<view hidden="YES" autoresizesSubviews="NO" userInteractionEnabled="NO" tag="2" contentMode="scaleToFill" id="36" userLabel="historyNotificationView">
|
|
<rect key="frame" x="209" y="1" width="21" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="history_notification.png" id="37" userLabel="historyNotificationImage">
|
|
<rect key="frame" x="0.0" y="0.0" width="21" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
</imageView>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="99" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="10" id="38" userLabel="historyNotificationLabel">
|
|
<rect key="frame" x="2" y="2" width="17" height="17"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
<button opaque="NO" tag="3" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="31" userLabel="contacts">
|
|
<rect key="frame" x="240" y="0.0" width="240" height="86"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label=""/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="titleEdgeInsets" minX="60" minY="16" maxX="0.0" maxY="0.0"/>
|
|
<state key="normal" title="Contacts" backgroundImage="contacts_default_landscape.png">
|
|
<color key="titleColor" red="0.35686274509999999" green="0.39607843139999999" blue="0.43529411759999997" alpha="1" colorSpace="deviceRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="contacts_selected_landscape.png">
|
|
<color key="titleColor" red="0.81176470590000005" green="0.29803921570000003" blue="0.16078431369999999" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="contacts_over_landscape.png">
|
|
<color key="titleColor" red="0.72549019609999998" green="0.76862745099999996" blue="0.79607843140000001" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
</button>
|
|
<button opaque="NO" tag="4" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="35" userLabel="dialer">
|
|
<rect key="frame" x="480" y="8" width="68" height="80"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label=""/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
<state key="normal" backgroundImage="dialer_default.png">
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="dialer_selected"/>
|
|
<state key="highlighted" backgroundImage="dialer_over.png"/>
|
|
</button>
|
|
<button opaque="NO" tag="5" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="30" userLabel="settings">
|
|
<rect key="frame" x="784" y="0.0" width="240" height="86"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label=""/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="titleEdgeInsets" minX="60" minY="16" maxX="0.0" maxY="0.0"/>
|
|
<state key="normal" title="Settings" backgroundImage="settings_default_landscape.png">
|
|
<color key="titleColor" red="0.35686274509999999" green="0.39607843139999999" blue="0.43529411759999997" alpha="1" colorSpace="deviceRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="settings_selected_landscape.png">
|
|
<color key="titleColor" red="0.81176470590000005" green="0.29803921570000003" blue="0.16078431369999999" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="settings_over_landscape.png">
|
|
<color key="titleColor" red="0.72549019609999998" green="0.76862745099999996" blue="0.79607843140000001" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
</button>
|
|
<button opaque="NO" tag="6" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageWhenHighlighted="NO" lineBreakMode="middleTruncation" id="33" userLabel="chat">
|
|
<rect key="frame" x="548" y="0.0" width="240" height="86"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<accessibility key="accessibilityConfiguration" label=""/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<inset key="titleEdgeInsets" minX="60" minY="16" maxX="0.0" maxY="0.0"/>
|
|
<state key="normal" title="Chat" backgroundImage="chat_default_landscape.png">
|
|
<color key="titleColor" red="0.35686274509999999" green="0.39607843139999999" blue="0.43529411759999997" alpha="1" colorSpace="deviceRGB"/>
|
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
</state>
|
|
<state key="selected" backgroundImage="chat_selected_landscape.png">
|
|
<color key="titleColor" red="0.81176470590000005" green="0.29803921570000003" blue="0.16078431369999999" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
<state key="highlighted" backgroundImage="chat_over_landscape.png">
|
|
<color key="titleColor" red="0.72549019609999998" green="0.76862745099999996" blue="0.79607843140000001" alpha="1" colorSpace="deviceRGB"/>
|
|
</state>
|
|
</button>
|
|
<view hidden="YES" autoresizesSubviews="NO" userInteractionEnabled="NO" tag="7" contentMode="scaleToFill" id="29" userLabel="chatNotificationView">
|
|
<rect key="frame" x="558" y="1" width="21" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="history_notification.png" id="40" userLabel="chatNotificationImage">
|
|
<rect key="frame" x="0.0" y="0.0" width="21" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
</imageView>
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="99" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="10" id="39" userLabel="chatNotificationLabel">
|
|
<rect key="frame" x="2" y="2" width="17" height="17"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" red="0.0" green="1" blue="0.19194547549999999" alpha="0.0" colorSpace="calibratedRGB"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="chat_default.png" width="350" height="153"/>
|
|
<image name="chat_default_landscape.png" width="480" height="171"/>
|
|
<image name="chat_over.png" width="350" height="153"/>
|
|
<image name="chat_over_landscape.png" width="480" height="171"/>
|
|
<image name="chat_selected.png" width="350" height="153"/>
|
|
<image name="chat_selected_landscape.png" width="480" height="171"/>
|
|
<image name="contacts_default.png" width="352" height="153"/>
|
|
<image name="contacts_default_landscape.png" width="480" height="171"/>
|
|
<image name="contacts_over.png" width="352" height="153"/>
|
|
<image name="contacts_over_landscape.png" width="480" height="171"/>
|
|
<image name="contacts_selected.png" width="352" height="153"/>
|
|
<image name="contacts_selected_landscape.png" width="480" height="171"/>
|
|
<image name="dialer_default.png" width="128" height="154"/>
|
|
<image name="dialer_over.png" width="128" height="154"/>
|
|
<image name="dialer_selected" width="16" height="16"/>
|
|
<image name="history_default.png" width="353" height="153"/>
|
|
<image name="history_default_landscape.png" width="480" height="171"/>
|
|
<image name="history_notification.png" width="43" height="43"/>
|
|
<image name="history_over.png" width="353" height="153"/>
|
|
<image name="history_over_landscape.png" width="480" height="171"/>
|
|
<image name="history_selected.png" width="353" height="153"/>
|
|
<image name="history_selected_landscape.png" width="480" height="171"/>
|
|
<image name="settings_default.png" width="353" height="153"/>
|
|
<image name="settings_default_landscape.png" width="480" height="171"/>
|
|
<image name="settings_over.png" width="353" height="153"/>
|
|
<image name="settings_over_landscape.png" width="480" height="171"/>
|
|
<image name="settings_selected.png" width="353" height="153"/>
|
|
<image name="settings_selected_landscape.png" width="480" height="171"/>
|
|
</resources>
|
|
</document>
|