Files
NativeScript/apps/app/ui-tests-app/text-field/secured-text-field-4135.xml
SvetoslavTsenov 99611a9979 Include resource folder
Fix tslint error
2017-05-31 17:21:17 +03:00

11 lines
563 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
<StackLayout>
<Label text="hint" />
<TextField secure="true" text="test" hint="hint"></TextField>
<TextField secure="true" text="text"></TextField>
<TextField secure="true" hint="hint"></TextField>
<Label text="bindings" />
<TextField id="textField" automationText="textField" text="{{ textProperty }}" />
<TextField id="textFieldSecured" automationText="textFieldSecured" text="{{ textProperty }}" />
</StackLayout>
</Page>