Files
NativeScript/apps/app/ui-tests-app/text-field/text-field.xml

6 lines
279 B
XML

<Page loaded="pageLoaded">
<StackLayout orientation="vertical">
<TextField id="textField" automationText="textField" text="{{ textProperty }}" />
<TextField id="textFieldSecured" automationText="textFieldSecured" text="{{ textProperty }}" />
</StackLayout>
</Page>