Skip to content

Instantly share code, notes, and snippets.

@vakrilov
Created February 15, 2016 07:39
Show Gist options
  • Save vakrilov/a4bea91d4c7651f8ee70 to your computer and use it in GitHub Desktop.
Save vakrilov/a4bea91d4c7651f8ee70 to your computer and use it in GitHub Desktop.
Centered title
<Page loaded="pageLoaded">
<ActionBar title="Title">
<GridLayout>
<Button text="centerd" horizontalAlignment="center" />
</GridLayout>
</ActionBar>
<StackLayout>
<Button text="do nothing" />
</StackLayout>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment