Skip to content

Instantly share code, notes, and snippets.

@jatovar
Created May 25, 2017 14:40
Show Gist options
  • Save jatovar/8673c11ec2126c9ceb1804e393826deb to your computer and use it in GitHub Desktop.
Save jatovar/8673c11ec2126c9ceb1804e393826deb to your computer and use it in GitHub Desktop.
xamarin
<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