mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
updated
This commit is contained in:
parent
3e240c4d2f
commit
e613198252
2 changed files with 72 additions and 72 deletions
|
@ -530,12 +530,12 @@
|
||||||
<viewControllerLayoutGuide type="bottom" id="10566"/>
|
<viewControllerLayoutGuide type="bottom" id="10566"/>
|
||||||
</layoutGuides>
|
</layoutGuides>
|
||||||
<view key="view" contentMode="scaleToFill" id="10575">
|
<view key="view" contentMode="scaleToFill" id="10575">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Extension Activated!" lineBreakMode="tailTruncation" minimumFontSize="10" id="11092" translatesAutoresizingMaskIntoConstraints="NO" textAlignment="center">
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Extension Activated!" lineBreakMode="tailTruncation" minimumFontSize="10" id="11092" translatesAutoresizingMaskIntoConstraints="NO" textAlignment="center">
|
||||||
<rect key="frame" x="15" y="94" width="570" height="20.5"/>
|
<rect key="frame" x="15" y="100" width="384" height="20.5"/>
|
||||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
||||||
|
@ -548,7 +548,7 @@
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
||||||
<nil key="highlightedColor"/>
|
<nil key="highlightedColor"/>
|
||||||
</label>
|
</label>
|
||||||
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="11094" translatesAutoresizingMaskIntoConstraints="NO" image="ext-icon.png" misplaced="YES">
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="11094" translatesAutoresizingMaskIntoConstraints="NO" image="ext-icon.png" misplaced="YES" ambiguous="YES">
|
||||||
<rect key="frame" x="255" y="205.5" width="90" height="90"/>
|
<rect key="frame" x="255" y="205.5" width="90" height="90"/>
|
||||||
</imageView>
|
</imageView>
|
||||||
</subviews>
|
</subviews>
|
||||||
|
@ -587,7 +587,7 @@
|
||||||
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="10580" sceneMemberID="viewController">
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="10580" sceneMemberID="viewController">
|
||||||
<toolbarItems/>
|
<toolbarItems/>
|
||||||
<navigationBar key="navigationBar" contentMode="scaleToFill" id="10583" translucent="NO">
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="10583" translucent="NO">
|
||||||
<rect key="frame" x="0.0" y="20" width="600" height="44"/>
|
<rect key="frame" x="0.0" y="20" width="414" height="50"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<textAttributes key="titleTextAttributes">
|
<textAttributes key="titleTextAttributes">
|
||||||
<color key="textColor" colorSpace="calibratedWhite" white="1" alpha="1"/>
|
<color key="textColor" colorSpace="calibratedWhite" white="1" alpha="1"/>
|
||||||
|
|
136
src/iOS.Autofill/SetupViewController.designer.cs
generated
136
src/iOS.Autofill/SetupViewController.designer.cs
generated
|
@ -1,69 +1,69 @@
|
||||||
// WARNING
|
// WARNING
|
||||||
//
|
//
|
||||||
// This file has been generated automatically by Xamarin Studio from the outlets and
|
// This file has been generated automatically by Visual Studio from the outlets and
|
||||||
// actions declared in your storyboard file.
|
// actions declared in your storyboard file.
|
||||||
// Manual changes to this file will not be maintained.
|
// Manual changes to this file will not be maintained.
|
||||||
//
|
//
|
||||||
using Foundation;
|
using Foundation;
|
||||||
using System;
|
using System;
|
||||||
using System.CodeDom.Compiler;
|
using System.CodeDom.Compiler;
|
||||||
using UIKit;
|
using UIKit;
|
||||||
|
|
||||||
namespace Bit.iOS.Autofill
|
namespace Bit.iOS.Autofill
|
||||||
{
|
{
|
||||||
[Register ("SetupViewController")]
|
[Register ("SetupViewController")]
|
||||||
partial class SetupViewController
|
partial class SetupViewController
|
||||||
{
|
{
|
||||||
[Outlet]
|
[Outlet]
|
||||||
[GeneratedCode ("iOS Designer", "1.0")]
|
[GeneratedCode ("iOS Designer", "1.0")]
|
||||||
UIKit.UILabel ActivatedLabel { get; set; }
|
UIKit.UILabel ActivatedLabel { get; set; }
|
||||||
|
|
||||||
[Outlet]
|
[Outlet]
|
||||||
[GeneratedCode ("iOS Designer", "1.0")]
|
[GeneratedCode ("iOS Designer", "1.0")]
|
||||||
UIKit.UIBarButtonItem BackButton { get; set; }
|
UIKit.UIBarButtonItem BackButton { get; set; }
|
||||||
|
|
||||||
[Outlet]
|
[Outlet]
|
||||||
[GeneratedCode ("iOS Designer", "1.0")]
|
[GeneratedCode ("iOS Designer", "1.0")]
|
||||||
UIKit.UILabel DescriptionLabel { get; set; }
|
UIKit.UILabel DescriptionLabel { get; set; }
|
||||||
|
|
||||||
[Outlet]
|
[Outlet]
|
||||||
[GeneratedCode ("iOS Designer", "1.0")]
|
[GeneratedCode ("iOS Designer", "1.0")]
|
||||||
UIKit.UIImageView IconImage { get; set; }
|
UIKit.UIImageView IconImage { get; set; }
|
||||||
|
|
||||||
[Outlet]
|
[Outlet]
|
||||||
[GeneratedCode ("iOS Designer", "1.0")]
|
[GeneratedCode ("iOS Designer", "1.0")]
|
||||||
UIKit.UINavigationItem NavItem { get; set; }
|
UIKit.UINavigationItem NavItem { get; set; }
|
||||||
|
|
||||||
[Action ("BackButton_Activated:")]
|
[Action ("BackButton_Activated:")]
|
||||||
[GeneratedCode ("iOS Designer", "1.0")]
|
[GeneratedCode ("iOS Designer", "1.0")]
|
||||||
partial void BackButton_Activated (UIKit.UIBarButtonItem sender);
|
partial void BackButton_Activated (UIKit.UIBarButtonItem sender);
|
||||||
|
|
||||||
void ReleaseDesignerOutlets ()
|
void ReleaseDesignerOutlets ()
|
||||||
{
|
{
|
||||||
if (ActivatedLabel != null) {
|
if (ActivatedLabel != null) {
|
||||||
ActivatedLabel.Dispose ();
|
ActivatedLabel.Dispose ();
|
||||||
ActivatedLabel = null;
|
ActivatedLabel = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (BackButton != null) {
|
if (BackButton != null) {
|
||||||
BackButton.Dispose ();
|
BackButton.Dispose ();
|
||||||
BackButton = null;
|
BackButton = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (DescriptionLabel != null) {
|
if (DescriptionLabel != null) {
|
||||||
DescriptionLabel.Dispose ();
|
DescriptionLabel.Dispose ();
|
||||||
DescriptionLabel = null;
|
DescriptionLabel = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IconImage != null) {
|
if (IconImage != null) {
|
||||||
IconImage.Dispose ();
|
IconImage.Dispose ();
|
||||||
IconImage = null;
|
IconImage = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (NavItem != null) {
|
if (NavItem != null) {
|
||||||
NavItem.Dispose ();
|
NavItem.Dispose ();
|
||||||
NavItem = null;
|
NavItem = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue