FIX: Update size

This commit is contained in:
Marcos Rodriguez Velez 2024-01-21 16:41:27 -04:00
parent 4966817af1
commit 95e2e4d60c
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 5 additions and 5 deletions

View File

@ -27,8 +27,8 @@ const styles = StyleSheet.create({
height: 64,
},
logoImage: {
width: 200,
height: 150,
width: 100,
height: 75,
alignSelf: 'center',
},
});

View File

@ -18,10 +18,10 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SplashIcon" translatesAutoresizingMaskIntoConstraints="NO" id="vS2-n5-ITQ">
<rect key="frame" x="107" y="373" width="200" height="150"/>
<rect key="frame" x="157" y="410.5" width="100" height="75"/>
<constraints>
<constraint firstAttribute="width" constant="200" id="5lH-AY-U7N"/>
<constraint firstAttribute="height" constant="150" id="akr-zt-pIx"/>
<constraint firstAttribute="width" constant="100" id="5lH-AY-U7N"/>
<constraint firstAttribute="height" constant="75" id="akr-zt-pIx"/>
</constraints>
</imageView>
</subviews>