mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
FIX: Update size
This commit is contained in:
parent
4966817af1
commit
95e2e4d60c
@ -27,8 +27,8 @@ const styles = StyleSheet.create({
|
||||
height: 64,
|
||||
},
|
||||
logoImage: {
|
||||
width: 200,
|
||||
height: 150,
|
||||
width: 100,
|
||||
height: 75,
|
||||
alignSelf: 'center',
|
||||
},
|
||||
});
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user