Created
May 25, 2017 14:40
-
-
Save jatovar/8673c11ec2126c9ceb1804e393826deb to your computer and use it in GitHub Desktop.
xamarin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<StackLayout Orientation="Horizontal" HorizontalOptions="FillAndExpand"> | |
<StackLayout Orientation="Vertical" HorizontalOptions="FillAndExpand"> | |
<Button Text="Log In"/> | |
</StackLayout> | |
<StackLayout Orientation="Vertical" HorizontalOptions="FillAndExpand"> | |
<Button Text="Sign Up"/> | |
</StackLayout> | |
</StackLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment