tns-template-tab-navigation-ts
Version:
Tabbed interface template
13 lines (11 loc) • 388 B
text/xml
<Page
navigatingTo="onNavigatingTo"
xmlns="http://schemas.nativescript.org/tns.xsd">
<ActionBar>
<NavigationButton tap="onBackButtonTap" android.systemIcon="ic_menu_back"/>
<Label text="{{ name }}"></Label>
</ActionBar>
<GridLayout>
<Label class="m-10 h3" text="{{ description }}" verticalAlignment="top" ></Label>
</GridLayout>
</Page>