Files
NativeScript/apps/app/ui-tests-app/modal-view/modal-view.xml
2016-09-16 01:12:08 +03:00

7 lines
309 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded" backgroundColor="Red">
<StackLayout backgroundColor="PaleGreen">
<Button text="Login (pop-up)" tap="onTap" />
<Button text="Login (full-screen)" tap="onTap" />
<Label id="label" text="Anonymous"/>
</StackLayout>
</Page>