tns-template-tab-navigation-ts
Version:
Tabbed interface template
16 lines (14 loc) • 453 B
text/xml
<Page
navigatingTo="onNavigatingTo"
xmlns="http://schemas.nativescript.org/tns.xsd">
<ActionBar>
<Label text="Home"></Label>
</ActionBar>
<ListView items="{{ items }}" itemTap="onItemTap">
<ListView.itemTemplate>
<StackLayout orientation="horizontal">
<Label text="{{ name }}" textWrap="true"></Label>
</StackLayout>
</ListView.itemTemplate>
</ListView>
</Page>