[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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="Named colors" minToolsVersion="9.0"/>
  10. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  11. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  12. </dependencies>
  13. <objects>
  14. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ComposeAccessoryView" customModule="elpha_ios" customModuleProvider="target">
  15. <connections>
  16. <outlet property="attachmentButton" destination="9e6-LL-Q5S" id="1Ap-3d-xiD"/>
  17. <outlet property="contentView" destination="iN0-l3-epB" id="RRP-dz-Q9f"/>
  18. <outlet property="tootButton" destination="6ye-Mc-D0N" id="XrS-ws-QDP"/>
  19. <outlet property="visibilityButton" destination="ZKF-NE-Feb" id="Tmp-j2-vhf"/>
  20. </connections>
  21. </placeholder>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  23. <view contentMode="scaleToFill" id="iN0-l3-epB">
  24. <rect key="frame" x="0.0" y="0.0" width="375" height="55"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9e6-LL-Q5S">
  28. <rect key="frame" x="20" y="16" width="22" height="23"/>
  29. <state key="normal" image="Attachment">
  30. <color key="titleColor" name="Primary"/>
  31. </state>
  32. </button>
  33. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZKF-NE-Feb">
  34. <rect key="frame" x="62" y="18.5" width="82" height="18"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  36. <state key="normal" title=" Visibility" image="Visibility">
  37. <color key="titleColor" name="Primary"/>
  38. </state>
  39. </button>
  40. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6ye-Mc-D0N">
  41. <rect key="frame" x="284" y="16" width="71" height="23"/>
  42. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  43. <state key="normal" title=" Toot!" image="Compose">
  44. <color key="titleColor" name="Primary"/>
  45. </state>
  46. </button>
  47. </subviews>
  48. <color key="backgroundColor" name="Secondary"/>
  49. <constraints>
  50. <constraint firstItem="9e6-LL-Q5S" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="20" id="1C4-Zu-jaB"/>
  51. <constraint firstItem="ZKF-NE-Feb" firstAttribute="leading" secondItem="9e6-LL-Q5S" secondAttribute="trailing" constant="20" id="7qu-Ze-wUG"/>
  52. <constraint firstItem="6ye-Mc-D0N" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="B48-lC-JWt"/>
  53. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="6ye-Mc-D0N" secondAttribute="trailing" constant="20" id="SkH-tt-60l"/>
  54. <constraint firstItem="9e6-LL-Q5S" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="Ssm-Gb-M63"/>
  55. <constraint firstItem="ZKF-NE-Feb" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="h9A-7c-eed"/>
  56. </constraints>
  57. <nil key="simulatedTopBarMetrics"/>
  58. <nil key="simulatedBottomBarMetrics"/>
  59. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  60. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  61. <point key="canvasLocation" x="138.40000000000001" y="427.73613193403304"/>
  62. </view>
  63. </objects>
  64. <resources>
  65. <image name="Attachment" width="22" height="23"/>
  66. <image name="Compose" width="22" height="23"/>
  67. <image name="Visibility" width="24" height="18"/>
  68. <namedColor name="Primary">
  69. <color red="0.32549019607843138" green="0.20392156862745098" blue="0.55686274509803924" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  70. </namedColor>
  71. <namedColor name="Secondary">
  72. <color red="0.792156862745098" green="0.68627450980392157" blue="0.99215686274509807" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  73. </namedColor>
  74. </resources>
  75. </document>