VLCPlaylistCollectionViewCell.xib 6.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="5053" systemVersion="12F45" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment defaultVersion="1552" identifier="iOS"/>
  5. <development version="5000" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PlaylistCell" id="2" customClass="VLCPlaylistCollectionViewCell">
  12. <rect key="frame" x="0.0" y="0.0" width="298" height="220"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  14. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  15. <rect key="frame" x="0.0" y="0.0" width="298" height="220"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" id="31">
  19. <rect key="frame" x="21" y="14" width="256" height="144"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  22. </imageView>
  23. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" image="folderIcon.png" id="l8Q-gS-ckH">
  24. <rect key="frame" x="21" y="80" width="256" height="78"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. </imageView>
  27. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="32">
  28. <rect key="frame" x="20" y="167" width="258" height="21"/>
  29. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  30. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  32. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  33. <nil key="highlightedColor"/>
  34. <color key="shadowColor" cocoaTouchSystemColor="darkTextColor"/>
  35. </label>
  36. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitle" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="33">
  37. <rect key="frame" x="20" y="190" width="258" height="28"/>
  38. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  39. <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  41. <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
  42. <nil key="highlightedColor"/>
  43. <color key="shadowColor" cocoaTouchSystemColor="darkTextColor"/>
  44. </label>
  45. <view contentMode="scaleToFill" id="35" customClass="VLCLinearProgressIndicator">
  46. <rect key="frame" x="21" y="146" width="256" height="12"/>
  47. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  48. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  49. </view>
  50. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="thumbOverlay.png" id="36">
  51. <rect key="frame" x="16" y="9" width="266" height="154"/>
  52. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  53. </imageView>
  54. <imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="checkbox-legacy-empty.png" id="0Jc-2h-HQ9">
  55. <rect key="frame" x="10" y="3" width="23" height="23"/>
  56. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  57. </imageView>
  58. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="badgeUnread.png" id="38">
  59. <rect key="frame" x="235" y="12" width="44" height="44"/>
  60. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  61. </imageView>
  62. </subviews>
  63. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  64. </view>
  65. <connections>
  66. <outlet property="folderIconView" destination="l8Q-gS-ckH" id="kJd-YZ-yid"/>
  67. <outlet property="isSelectedView" destination="0Jc-2h-HQ9" id="I7k-1Q-y1G"/>
  68. <outlet property="mediaIsUnreadView" destination="38" id="41"/>
  69. <outlet property="progressView" destination="35" id="42"/>
  70. <outlet property="subtitleLabel" destination="33" id="45"/>
  71. <outlet property="thumbnailView" destination="31" id="46"/>
  72. <outlet property="titleLabel" destination="32" id="47"/>
  73. </connections>
  74. </collectionViewCell>
  75. </objects>
  76. <resources>
  77. <image name="badgeUnread.png" width="44" height="44"/>
  78. <image name="checkbox-legacy-empty.png" width="23" height="23"/>
  79. <image name="folderIcon.png" width="221" height="205"/>
  80. <image name="thumbOverlay.png" width="266" height="154"/>
  81. </resources>
  82. </document>