mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
6 lines
279 B
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> |