mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
365 B
XML
8 lines
365 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" >
|
|
<StackLayout>
|
|
<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> |