Skip to content

Instantly share code, notes, and snippets.

@ytabuchi
Created January 4, 2017 08:03
Show Gist options
  • Save ytabuchi/1780710b5b01358b99b8e153275bf9b0 to your computer and use it in GitHub Desktop.
Save ytabuchi/1780710b5b01358b99b8e153275bf9b0 to your computer and use it in GitHub Desktop.
<StackLayout>
<BoxView HeightRequest="100"
BackgroundColor="#cccccc"/>
<BoxView HeightRequest="50"
BackgroundColor="#ffaaaa"
VerticalOptions="EndAndExpand"/>
<BoxView HeightRequest="50"
BackgroundColor="#aaffaa"
VerticalOptions="CenterAndExpand"/>
<BoxView HeightRequest="50"
BackgroundColor="#aaaaff"
VerticalOptions="StartAndExpand"/>
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment