-
-
Save burkeholland/be0ce59306db9a51a5ba to your computer and use it in GitHub Desktop.
Centering The Android Action Bar Title In NativeScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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
Forked from the original by @vakrilov to add title for SEO