Files
NativeScript/e2e/ui-tests-app/app/bottom-navigation/second-page.xml
2019-08-23 15:32:31 +03: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>