mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
adjusted logo margins on loading screens
This commit is contained in:
parent
669385df0f
commit
d7f776a25b
2 changed files with 3 additions and 4 deletions
|
@ -121,7 +121,7 @@ namespace Bit.iOS
|
|||
|
||||
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);
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
<color key="backgroundColor" customColorSpace="calibratedWhite" colorSpace="calibratedRGB" red="0.92549019607843142" green="0.94117647058823528" blue="0.96078431372549022" alpha="1"/>
|
||||
<subviews>
|
||||
<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>
|
||||
</subviews>
|
||||
<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"/>
|
||||
</constraints>
|
||||
</view>
|
||||
|
@ -34,7 +34,6 @@
|
|||
</scenes>
|
||||
<resources>
|
||||
<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="fa-cogs.png" width="22" height="22"/>
|
||||
<image name="fa-lock.png" width="22" height="22"/>
|
||||
|
|
Loading…
Reference in a new issue