|
@@ -29,13 +29,6 @@
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="119.66666666666667"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<subviews>
|
|
|
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="xNG-sf-PnA">
|
|
|
- <rect key="frame" x="20" y="0.0" width="25" height="25"/>
|
|
|
- <constraints>
|
|
|
- <constraint firstAttribute="width" constant="25" id="Lbv-yi-vAh"/>
|
|
|
- <constraint firstAttribute="height" constant="25" id="TML-VJ-2i3"/>
|
|
|
- </constraints>
|
|
|
- </imageView>
|
|
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="KpO-no-BMl">
|
|
|
<rect key="frame" x="0.0" y="38.000000000000007" width="375" height="81.666666666666686"/>
|
|
|
<color key="backgroundColor" red="0.59999999999999998" green="0.80000000000000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
@@ -72,10 +65,10 @@
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="avatar" translatesAutoresizingMaskIntoConstraints="NO" id="LQ8-cO-794" userLabel="avatar" customClass="NCAvatar" customModule="Nextcloud" customModuleProvider="target">
|
|
|
- <rect key="frame" x="55" y="0.0" width="25" height="25"/>
|
|
|
+ <rect key="frame" x="50" y="0.0" width="30" height="30"/>
|
|
|
<constraints>
|
|
|
- <constraint firstAttribute="width" constant="25" id="OKz-e8-DzD"/>
|
|
|
- <constraint firstAttribute="height" constant="25" id="fwd-J4-5uY"/>
|
|
|
+ <constraint firstAttribute="width" constant="30" id="OKz-e8-DzD"/>
|
|
|
+ <constraint firstAttribute="height" constant="30" id="fwd-J4-5uY"/>
|
|
|
</constraints>
|
|
|
<userDefinedRuntimeAttributes>
|
|
|
<userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
|
|
@@ -86,10 +79,18 @@
|
|
|
</userDefinedRuntimeAttribute>
|
|
|
</userDefinedRuntimeAttributes>
|
|
|
</imageView>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xNG-sf-PnA">
|
|
|
+ <rect key="frame" x="16" y="5" width="20" height="20"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="20" id="Lbv-yi-vAh"/>
|
|
|
+ <constraint firstAttribute="height" constant="20" id="TML-VJ-2i3"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
</subviews>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="trailing" secondItem="fcO-YL-MuT" secondAttribute="trailing" constant="10" id="1pG-qk-inI"/>
|
|
|
<constraint firstItem="LQ8-cO-794" firstAttribute="top" secondItem="i35-U4-bEk" secondAttribute="top" id="3fU-rp-D7s"/>
|
|
|
+ <constraint firstItem="xNG-sf-PnA" firstAttribute="top" secondItem="i35-U4-bEk" secondAttribute="top" constant="5" id="4EB-59-y1Y"/>
|
|
|
<constraint firstItem="xNG-sf-PnA" firstAttribute="leading" secondItem="i35-U4-bEk" secondAttribute="leading" constant="20" id="CRN-18-SeU"/>
|
|
|
<constraint firstItem="fcO-YL-MuT" firstAttribute="leading" secondItem="LQ8-cO-794" secondAttribute="trailing" constant="10" id="MOQ-dS-mwp"/>
|
|
|
<constraint firstAttribute="bottom" secondItem="KpO-no-BMl" secondAttribute="bottom" id="ULe-Tt-dBj"/>
|
|
@@ -98,7 +99,6 @@
|
|
|
<constraint firstItem="KpO-no-BMl" firstAttribute="leading" secondItem="i35-U4-bEk" secondAttribute="leading" id="l0Y-89-eTm"/>
|
|
|
<constraint firstAttribute="trailing" secondItem="KpO-no-BMl" secondAttribute="trailing" id="vWj-9H-JLc"/>
|
|
|
<constraint firstItem="KpO-no-BMl" firstAttribute="top" secondItem="fcO-YL-MuT" secondAttribute="bottom" constant="20" id="z1e-vv-qJb"/>
|
|
|
- <constraint firstItem="xNG-sf-PnA" firstAttribute="top" secondItem="i35-U4-bEk" secondAttribute="top" id="zo1-7W-YZr"/>
|
|
|
</constraints>
|
|
|
</tableViewCellContentView>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|