mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
486 B
XML
8 lines
486 B
XML
<Page loaded="onPageLoaded">
|
|
<StackLayout id="stack">
|
|
<Button id="button" text="textChanged" height="100" margin="20" tap="onTap" backgroundColor="Red"/>
|
|
<Label id="label" text="{{ text }}" height="100" margin="20"/>
|
|
<TextField id="textField" text="{{ text }}" margin="20" autocapitalizationType="none" autocorrect="false"/>
|
|
<TextView id="textView" text="{{ text }}" height="100" margin="20" autocapitalizationType="none" autocorrect="false"/>
|
|
</StackLayout>
|
|
</Page> |