Files
NativeScript/apps/ui/src/bottom-navigation/first-page.xml

8 lines
236 B
XML

<Page backgroundColor="lightgreen" actionBarHidden="true">
<StackLayout>
<Label text="First Page" />
<Button tap="goToSecond" text="go to second page" />
<Button tap="goBack" text="go to back" />
</StackLayout>
</Page>