Files
NativeScript/apps/ui/app/bottom-navigation/second-page.xml
2020-08-11 22:50:33 -07:00

8 lines
231 B
XML

<Page backgroundColor="lightblue" actionBarHidden="true">
<StackLayout>
<Label text="Second Page" />
<Button tap="goToFirst" text="go to first page" />
<Button tap="goBack" text="go back" />
</StackLayout>
</Page>