Files
NativeScript/apps/action-bar-demo/pages/center-view.xml
2015-07-15 09:35:54 +03:00

12 lines
308 B
XML

<Page loaded="pageLoaded">
<Page.actionBar>
<ActionBar title="Title">
<ActionBar.titleView>
<Button text="{{ centerText }}" tap="{{ centerTap }}" />
</ActionBar.titleView>
</ActionBar>
</Page.actionBar>
<StackLayout>
<Button text="do nothing" />
</StackLayout>
</Page>