Skip to content

Instantly share code, notes, and snippets.

@ytabuchi
Last active January 4, 2017 07:36
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 ytabuchi/f4a4472d3804dce577dc6c546677b866 to your computer and use it in GitHub Desktop.
Save ytabuchi/f4a4472d3804dce577dc6c546677b866 to your computer and use it in GitHub Desktop.
<StackLayout>
<BoxView WidthRequest="100"
HeightRequest="50"
BackgroundColor="#cccccc"/>
<BoxView WidthRequest="100"
HeightRequest="50"
BackgroundColor="#ffaaaa"
HorizontalOptions="Start"/>
<BoxView WidthRequest="100"
HeightRequest="50"
BackgroundColor="#aaffaa"
HorizontalOptions="Center"/>
<BoxView WidthRequest="100"
HeightRequest="50"
BackgroundColor="#aaaaff"
HorizontalOptions="End"/>
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment