Files
NativeScript/apps/ui-tests-app/modal-view/modalview.xml
2015-07-10 19:39:33 +03:00

7 lines
305 B
XML

<Page xmlns="http://www.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>