VLCEmptyLibraryView~iphone.xib 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <development version="5000" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <view contentMode="scaleToFill" id="20" customClass="EmptyLibraryView">
  12. <rect key="frame" x="0.0" y="0.0" width="320" height="525"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <view contentMode="scaleToFill" id="29">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="525"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="VLCCone512x512" id="21">
  20. <rect key="frame" x="96" y="96" width="128" height="128"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  22. </imageView>
  23. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Empty Media Library" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="22">
  24. <rect key="frame" x="20" y="255" width="280" height="21"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  26. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  27. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  28. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="23">
  32. <rect key="frame" x="20" y="284" width="280" height="146"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  34. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  35. <string key="text">For playback, you can stream media from a server on your local network, from the cloud or synchronize media to your device using iTunes, WiFi Upload or Cloud services.</string>
  36. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  37. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <activityIndicatorView hidden="YES" contentMode="scaleToFill" hidesWhenStopped="YES" style="whiteLarge" id="30">
  41. <rect key="frame" x="142" y="366" width="37" height="37"/>
  42. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  43. </activityIndicatorView>
  44. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="18Y-dw-VoK">
  45. <rect key="frame" x="20" y="421" width="280" height="42"/>
  46. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  47. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  48. <state key="normal" title="Learn More">
  49. <color key="titleColor" red="0.0" green="0.49411764705882355" blue="0.96470588235294119" alpha="1" colorSpace="calibratedRGB"/>
  50. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  51. </state>
  52. <connections>
  53. <action selector="learnMore:" destination="20" eventType="touchUpInside" id="Z4i-2X-Z3b"/>
  54. </connections>
  55. </button>
  56. </subviews>
  57. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  58. </view>
  59. </subviews>
  60. <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
  61. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  62. <connections>
  63. <outlet property="activityIndicator" destination="30" id="31"/>
  64. <outlet property="emptyLibraryLabel" destination="22" id="27"/>
  65. <outlet property="emptyLibraryLongDescriptionLabel" destination="23" id="28"/>
  66. <outlet property="learnMoreButton" destination="18Y-dw-VoK" id="GOw-a1-qSK"/>
  67. </connections>
  68. </view>
  69. </objects>
  70. <resources>
  71. <image name="VLCCone512x512" width="512" height="512"/>
  72. </resources>
  73. <simulatedMetricsContainer key="defaultSimulatedMetrics">
  74. <simulatedStatusBarMetrics key="statusBar"/>
  75. <simulatedOrientationMetrics key="orientation"/>
  76. <simulatedScreenMetrics key="destination" type="retina4"/>
  77. </simulatedMetricsContainer>
  78. </document>