1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-29 04:07:37 +02:00

adjusted logo margins on loading screens

This commit is contained in:
Kyle Spearrin 2016-07-26 22:41:01 -04:00
parent 669385df0f
commit d7f776a25b
2 changed files with 3 additions and 4 deletions

View File

@ -121,7 +121,7 @@ namespace Bit.iOS
var imageView = new UIImageView(new UIImage("logo.png")) var imageView = new UIImageView(new UIImage("logo.png"))
{ {
Center = new CoreGraphics.CGPoint(view.Center.X, view.Center.Y - 40) Center = new CoreGraphics.CGPoint(view.Center.X, view.Center.Y - 30)
}; };
view.AddSubview(backgroundView); view.AddSubview(backgroundView);

View File

@ -17,11 +17,11 @@
<color key="backgroundColor" customColorSpace="calibratedWhite" colorSpace="calibratedRGB" red="0.92549019607843142" green="0.94117647058823528" blue="0.96078431372549022" alpha="1"/> <color key="backgroundColor" customColorSpace="calibratedWhite" colorSpace="calibratedRGB" red="0.92549019607843142" green="0.94117647058823528" blue="0.96078431372549022" alpha="1"/>
<subviews> <subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="16" translatesAutoresizingMaskIntoConstraints="NO" image="logo.png"> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="16" translatesAutoresizingMaskIntoConstraints="NO" image="logo.png">
<rect key="frame" x="159" y="238" width="282" height="44"/> <rect key="frame" x="159" y="248" width="282" height="44"/>
</imageView> </imageView>
</subviews> </subviews>
<constraints> <constraints>
<constraint id="19" firstItem="16" firstAttribute="centerY" secondItem="6" secondAttribute="centerY" constant="-40"/> <constraint id="19" firstItem="16" firstAttribute="centerY" secondItem="6" secondAttribute="centerY" constant="-30"/>
<constraint id="20" firstItem="6" firstAttribute="centerX" secondItem="16" secondAttribute="centerX"/> <constraint id="20" firstItem="6" firstAttribute="centerX" secondItem="16" secondAttribute="centerX"/>
</constraints> </constraints>
</view> </view>
@ -34,7 +34,6 @@
</scenes> </scenes>
<resources> <resources>
<image name="bg.png" width="400" height="400"/> <image name="bg.png" width="400" height="400"/>
<image name="Default-Portrait.png" width="768" height="1004"/>
<image name="Default.png" width="320" height="480"/> <image name="Default.png" width="320" height="480"/>
<image name="fa-cogs.png" width="22" height="22"/> <image name="fa-cogs.png" width="22" height="22"/>
<image name="fa-lock.png" width="22" height="22"/> <image name="fa-lock.png" width="22" height="22"/>