Skip to content

Instantly share code, notes, and snippets.

@shannah
Created July 20, 2017 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shannah/22cc2d5a0105a6f9698c8fda9b495b8f to your computer and use it in GitHub Desktop.
Save shannah/22cc2d5a0105a6f9698c8fda9b495b8f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<component type="Form" layout="LayeredLayout" layeredLayoutPreferredWidthMM="0.0" layeredLayoutPreferredHeightMM="0.0" autolayout="true" title="SignInFormGB" name="SignInFormGB">
<component type="Label" text=" " name="hidden_guide">
<layoutConstraint insets="1.6mm 5.0mm auto 5.0mm" referenceComponents="-1 -1 -1 -1" referencePositions="0.0 0.0 0.0 0.0" />
</component>
<component type="Label" icon="resFile:CodenameOne.png" name="logo">
<layoutConstraint insets="2.6mm auto auto auto" referenceComponents="0 -1 -1 -1" referencePositions="0.0 0.0 0.0 0.0" />
</component>
<component type="TextField" hint="Username" hintIcon="fontImage:e7fd" name="username">
<layoutConstraint insets="0.0mm 0.0mm auto 0.0mm" referenceComponents="1 0 -1 0 " referencePositions="1.0 0.0 0.0 0.0" />
</component>
<component type="TextField" hint="Password" hintIcon="fontImage:e897" name="password">
<layoutConstraint insets="0.0mm 0.0mm auto 0.0mm" referenceComponents="2 0 -1 0 " referencePositions="1.0 0.0 0.0 0.0" />
</component>
<component type="Button" text="SIGN IN" name="signin">
<layoutConstraint insets="0.0mm 0.0mm auto 0.0mm" referenceComponents="3 0 -1 0 " referencePositions="1.0 0.0 0.0 0.0" />
</component>
<component type="Button" uiid="Label" icon="resFile:signin_google.png" name="google">
<layoutConstraint insets="auto auto 0.0mm auto" referenceComponents="-1 -1 6 -1" referencePositions="0.0 0.0 1.0 0.0" />
</component>
<component type="Button" uiid="Label" icon="resFile:signin_facebook.png" name="facebook">
<layoutConstraint insets="auto auto 5.0mm auto" referenceComponents="-1 -1 -1 -1" referencePositions="0.0 0.0 0.0 0.0" />
</component>
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment