[ABANDONED] Mastodon iOS client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
5.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ComposeAccessoryView" customModule="elpha_ios" customModuleProvider="target">
<connections>
<outlet property="attachmentButton" destination="9e6-LL-Q5S" id="1Ap-3d-xiD"/>
<outlet property="contentView" destination="iN0-l3-epB" id="RRP-dz-Q9f"/>
<outlet property="tootButton" destination="6ye-Mc-D0N" id="XrS-ws-QDP"/>
<outlet property="visibilityButton" destination="ZKF-NE-Feb" id="Tmp-j2-vhf"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="375" height="55"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9e6-LL-Q5S">
<rect key="frame" x="20" y="16" width="22" height="23"/>
<state key="normal" image="Attachment">
<color key="titleColor" name="Primary"/>
</state>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZKF-NE-Feb">
<rect key="frame" x="62" y="18.5" width="82" height="18"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<state key="normal" title=" Visibility" image="Visibility">
<color key="titleColor" name="Primary"/>
</state>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6ye-Mc-D0N">
<rect key="frame" x="284" y="16" width="71" height="23"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
<state key="normal" title=" Toot!" image="Compose">
<color key="titleColor" name="Primary"/>
</state>
</button>
</subviews>
<color key="backgroundColor" name="Secondary"/>
<constraints>
<constraint firstItem="9e6-LL-Q5S" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="20" id="1C4-Zu-jaB"/>
<constraint firstItem="ZKF-NE-Feb" firstAttribute="leading" secondItem="9e6-LL-Q5S" secondAttribute="trailing" constant="20" id="7qu-Ze-wUG"/>
<constraint firstItem="6ye-Mc-D0N" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="B48-lC-JWt"/>
<constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="6ye-Mc-D0N" secondAttribute="trailing" constant="20" id="SkH-tt-60l"/>
<constraint firstItem="9e6-LL-Q5S" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="Ssm-Gb-M63"/>
<constraint firstItem="ZKF-NE-Feb" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="h9A-7c-eed"/>
</constraints>
<nil key="simulatedTopBarMetrics"/>
<nil key="simulatedBottomBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<point key="canvasLocation" x="138.40000000000001" y="427.73613193403304"/>
</view>
</objects>
<resources>
<image name="Attachment" width="22" height="23"/>
<image name="Compose" width="22" height="23"/>
<image name="Visibility" width="24" height="18"/>
<namedColor name="Primary">
<color red="0.32549019607843138" green="0.20392156862745098" blue="0.55686274509803924" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="Secondary">
<color red="0.792156862745098" green="0.68627450980392157" blue="0.99215686274509807" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>