Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Forked from vakrilov/main-page.xml
Last active February 15, 2016 14:16
Show Gist options
  • Save burkeholland/be0ce59306db9a51a5ba to your computer and use it in GitHub Desktop.
Save burkeholland/be0ce59306db9a51a5ba to your computer and use it in GitHub Desktop.
Centering The Android Action Bar Title In NativeScript
<Page loaded="pageLoaded">
<ActionBar title="Title">
<GridLayout>
<Button text="centerd" horizontalAlignment="center" />
</GridLayout>
</ActionBar>
<StackLayout>
<Button text="do nothing" />
</StackLayout>
</Page>
@burkeholland
Copy link
Author

Forked from the original by @vakrilov to add title for SEO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment