Update a test page

This commit is contained in:
Vasil Chimev
2017-05-23 16:09:10 +03:00
committed by GitHub
parent 326fc696fe
commit b00ed12150

View File

@ -1,7 +1,7 @@
<Page xmlns="http://schemas.nativescript.org/tns.xsd"> <Page xmlns="http://schemas.nativescript.org/tns.xsd">
<StackLayout> <StackLayout>
<TextField hint="hint" secure="true" text="test" ></TextField> <TextField secure="true" text="test" hint="hint"></TextField>
<TextField secure="true" text="text"></TextField> <TextField secure="true" text="text"></TextField>
<TextField hint="hint" secure="true"></TextField> <TextField secure="true" hint="hint"></TextField>
</StackLayout> </StackLayout>
</Page> </Page>