mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix #4125
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iN0-l3-epB" customClass="CallBubbleCellBaseContentView" customModule="Riot" customModuleProvider="target">
|
||||
<rect key="frame" x="0.0" y="0.0" width="414" height="202"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="414" height="220"/>
|
||||
<subviews>
|
||||
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="6" translatesAutoresizingMaskIntoConstraints="NO" id="pdr-Jo-LHQ">
|
||||
<rect key="frame" x="54" y="0.0" width="344" height="196"/>
|
||||
<rect key="frame" x="54" y="0.0" width="344" height="214"/>
|
||||
<subviews>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="H6S-AE-DTm" userLabel="Pagination Title View">
|
||||
<rect key="frame" x="0.0" y="0.0" width="344" height="24"/>
|
||||
@@ -46,10 +46,10 @@
|
||||
</constraints>
|
||||
</view>
|
||||
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="155-SF-bbg">
|
||||
<rect key="frame" x="0.0" y="30" width="344" height="166"/>
|
||||
<rect key="frame" x="0.0" y="30" width="344" height="184"/>
|
||||
<subviews>
|
||||
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="rRX-FX-vnm">
|
||||
<rect key="frame" x="0.0" y="0.0" width="344" height="166"/>
|
||||
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="rRX-FX-vnm">
|
||||
<rect key="frame" x="0.0" y="0.0" width="344" height="184"/>
|
||||
<subviews>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2TD-ng-0tw">
|
||||
<rect key="frame" x="52" y="0.0" width="240" height="16"/>
|
||||
@@ -59,7 +59,7 @@
|
||||
</constraints>
|
||||
</view>
|
||||
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Uox-ay-bcL" customClass="MXKImageView">
|
||||
<rect key="frame" x="152" y="16" width="40" height="40"/>
|
||||
<rect key="frame" x="152" y="24" width="40" height="40"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="40" id="bZm-SK-dlV"/>
|
||||
@@ -71,17 +71,14 @@
|
||||
</userDefinedRuntimeAttribute>
|
||||
</userDefinedRuntimeAttributes>
|
||||
</view>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Caller Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ONW-WU-t2g">
|
||||
<rect key="frame" x="8" y="56" width="328" height="32"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="32" id="iNJ-kn-6dl"/>
|
||||
</constraints>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Caller Name" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ONW-WU-t2g">
|
||||
<rect key="frame" x="8" y="72" width="328" height="18"/>
|
||||
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="15"/>
|
||||
<nil key="textColor"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
<stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="kdm-vj-rsY">
|
||||
<rect key="frame" x="102" y="88" width="140" height="20"/>
|
||||
<rect key="frame" x="102" y="98" width="140" height="20"/>
|
||||
<subviews>
|
||||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="voice_call_hangon_icon" translatesAutoresizingMaskIntoConstraints="NO" id="iQL-Bn-D9b">
|
||||
<rect key="frame" x="0.0" y="2" width="16" height="16"/>
|
||||
@@ -114,7 +111,7 @@
|
||||
</constraints>
|
||||
</stackView>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ce0-Kh-hec">
|
||||
<rect key="frame" x="0.0" y="108" width="344" height="58"/>
|
||||
<rect key="frame" x="0.0" y="126" width="344" height="58"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</view>
|
||||
</subviews>
|
||||
@@ -125,11 +122,21 @@
|
||||
<constraint firstItem="ce0-Kh-hec" firstAttribute="leading" secondItem="rRX-FX-vnm" secondAttribute="leading" id="l3J-mv-ebk"/>
|
||||
</constraints>
|
||||
</stackView>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vzB-VH-aoA">
|
||||
<rect key="frame" x="288" y="4" width="50" height="50"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="50" id="1yp-uW-KiP"/>
|
||||
<constraint firstAttribute="height" constant="50" id="XPc-zW-WB3"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</subviews>
|
||||
<color key="backgroundColor" red="0.95294117649999999" green="0.97254901959999995" blue="0.99215686270000003" alpha="1" colorSpace="calibratedRGB"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="rRX-FX-vnm" secondAttribute="bottom" id="6PS-rl-tHZ"/>
|
||||
<constraint firstItem="vzB-VH-aoA" firstAttribute="top" secondItem="155-SF-bbg" secondAttribute="top" constant="4" id="DQX-dQ-FKx"/>
|
||||
<constraint firstItem="rRX-FX-vnm" firstAttribute="top" secondItem="155-SF-bbg" secondAttribute="top" id="TAm-cE-z5p"/>
|
||||
<constraint firstAttribute="trailing" secondItem="vzB-VH-aoA" secondAttribute="trailing" constant="6" id="kQ9-jE-3Pi"/>
|
||||
<constraint firstAttribute="trailing" secondItem="rRX-FX-vnm" secondAttribute="trailing" id="rvf-M8-YaT"/>
|
||||
<constraint firstItem="rRX-FX-vnm" firstAttribute="leading" secondItem="155-SF-bbg" secondAttribute="leading" id="vc3-QF-AQD"/>
|
||||
</constraints>
|
||||
@@ -142,7 +149,7 @@
|
||||
</subviews>
|
||||
</stackView>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8Fb-Sw-AW5">
|
||||
<rect key="frame" x="0.0" y="0.0" width="414" height="202"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="414" height="220"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</view>
|
||||
</subviews>
|
||||
@@ -162,6 +169,8 @@
|
||||
<outlet property="avatarImageView" destination="Uox-ay-bcL" id="G9f-eA-sMU"/>
|
||||
<outlet property="bgView" destination="155-SF-bbg" id="bTR-Re-lnw"/>
|
||||
<outlet property="bottomContainerView" destination="ce0-Kh-hec" id="Bab-JS-9Th"/>
|
||||
<outlet property="bubbleInfoContainer" destination="vzB-VH-aoA" id="Tdv-pL-jP9"/>
|
||||
<outlet property="bubbleInfoContainerTopConstraint" destination="DQX-dQ-FKx" id="yYa-z5-8Ta"/>
|
||||
<outlet property="bubbleOverlayContainer" destination="8Fb-Sw-AW5" id="E46-Pt-XXj"/>
|
||||
<outlet property="callIconView" destination="iQL-Bn-D9b" id="Cih-PG-EM2"/>
|
||||
<outlet property="callStatusLabel" destination="A3h-4o-nXF" id="9Zf-aC-DAq"/>
|
||||
@@ -173,7 +182,7 @@
|
||||
<outlet property="paginationSeparatorView" destination="YdR-PH-eGM" id="aK7-LF-awm"/>
|
||||
<outlet property="paginationTitleView" destination="H6S-AE-DTm" id="yep-a0-QYq"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="44.927536231884062" y="-138.95089285714286"/>
|
||||
<point key="canvasLocation" x="44.927536231884062" y="-132.25446428571428"/>
|
||||
</view>
|
||||
</objects>
|
||||
<resources>
|
||||
|
||||
Reference in New Issue
Block a user