Files
NativeScript/e2e/nested-frame-navigation/app/other-page/other-page.xml
2018-11-28 16:59:17 +02:00

12 lines
333 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" class="page">
<ActionBar class="action-bar">
<NavigationButton text="otherPageBack" tap="onBackButtonTap" android.systemIcon="ic_menu_back" />
<Label class="action-bar-title" text="other page" />
</ActionBar>
<GridLayout>
</GridLayout>
</Page>