Update modal-view pages

This commit is contained in:
SvetoslavTsenov
2016-09-16 01:12:08 +03:00
parent e4e5324e10
commit f9db2f5fb6
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<Page xmlns="http://schemas.nativescript.org/tns.xsd" shownModally="onShownModally" loaded="onLoaded" unloaded="onUnloaded" backgroundColor="Red">
<StackLayout backgroundColor="PaleGreen">
<TextField hint="username" id="username" automationText="username" text="username"/>
<TextField hint="password" id="password" automationText="password" text="password" secure="true"/>
<TextField hint="username" id="username" text="username"/>
<TextField hint="password" id="password" text="password" secure="true"/>
<Button text="Login" tap="onLoginButtonTap"/>
</StackLayout>
</Page>

View File

@ -2,6 +2,6 @@
<StackLayout backgroundColor="PaleGreen">
<Button text="Login (pop-up)" tap="onTap" />
<Button text="Login (full-screen)" tap="onTap" />
<Label id="label" automationText="label" text="Anonymous"/>
<Label id="label" text="Anonymous"/>
</StackLayout>
</Page>