mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
8 lines
390 B
XML
8 lines
390 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" >
|
|
<StackLayout automationText="padding">
|
|
<Label id="label" text="Label" backgroundColor="red"/>
|
|
<TextField id="textField" text="TextField" backgroundColor="green"/>
|
|
<TextView id="textView" text="TextView" backgroundColor="blue"/>
|
|
<Button id="button" text="Button" backgroundColor="yellow"/>
|
|
</StackLayout>
|
|
</Page> |