Update secure textfield test page

This commit is contained in:
SvetoslavTsenov
2017-05-22 01:20:41 +03:00
parent fc20e1a00d
commit 326fc696fe

View File

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