UNPKG

tns-template-tab-navigation-ts

Version:
13 lines (11 loc) 388 B
<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>