tns-template-tab-navigation-ts
Version:
Tabbed interface template
12 lines (11 loc) • 406 B
text/xml
<Page
navigatingTo="onNavigatingTo"
xmlns="http://schemas.nativescript.org/tns.xsd">
<ActionBar>
<Label text="Search"></Label>
</ActionBar>
<GridLayout class="page__content">
<Label class="page__content-icon fas" text=""></Label>
<Label class="page__content-placeholder" text="<!-- Search page content goes here -->"></Label>
</GridLayout>
</Page>