mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 14:20:22 +08:00
6 lines
218 B
XML
6 lines
218 B
XML
<Page loaded="pageLoaded">
|
|
<StackLayout orientation="vertical">
|
|
<TextField id="textField" text="{{ textProperty }}" />
|
|
<TextField id="textFieldSecured" text="{{ textProperty }}" />
|
|
</StackLayout>
|
|
</Page> |