|
@@ -67,21 +67,22 @@
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
|
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="nextcloud_background" translatesAutoresizingMaskIntoConstraints="NO" id="cxb-Vw-8zb">
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="MoreBackground" translatesAutoresizingMaskIntoConstraints="NO" id="cxb-Vw-8zb">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="100" id="mmt-Ka-rkQ"/>
|
|
|
</constraints>
|
|
|
</imageView>
|
|
|
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="none" rowHeight="50" sectionHeaderHeight="1" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="Xym-IM-aqh">
|
|
|
+ <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" rowHeight="50" sectionHeaderHeight="1" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="Xym-IM-aqh">
|
|
|
<rect key="frame" x="0.0" y="100" width="375" height="460"/>
|
|
|
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
|
|
|
+ <color key="separatorColor" red="1" green="0.5" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
<prototypes>
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="zQQ-52-W9I" customClass="CCCellMore" customModule="Nextcloud" customModuleProvider="target">
|
|
|
- <rect key="frame" x="0.0" y="56" width="375" height="50"/>
|
|
|
+ <rect key="frame" x="0.0" y="55.5" width="375" height="50"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="zQQ-52-W9I" id="Zho-os-HYj">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="49.5"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<subviews>
|
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="RZt-EQ-32U">
|
|
@@ -809,10 +810,10 @@
|
|
|
</scene>
|
|
|
</scenes>
|
|
|
<resources>
|
|
|
+ <image name="MoreBackground" width="225" height="150"/>
|
|
|
<image name="Plus" width="40" height="40"/>
|
|
|
<image name="avatar" width="25" height="25"/>
|
|
|
<image name="fileNextcloud" width="25" height="25"/>
|
|
|
- <image name="nextcloud_background" width="960" height="640"/>
|
|
|
<image name="nextcloud_lite" width="223" height="157"/>
|
|
|
<image name="tabBarFavorite" width="25" height="25"/>
|
|
|
<image name="tabBarMore" width="25" height="25"/>
|