mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
368 B
XML
8 lines
368 B
XML
<Page>
|
|
<StackLayout id="stack" backgroundColor="LightGray">
|
|
<Button id="button" text="button" backgroundColor="Green" />
|
|
<Label id="label" text="label" backgroundColor="Yellow"/>
|
|
<TextField id="textField" text="text-field" hint="hint" backgroundColor="Red"/>
|
|
<TextView id="textView" text="text-view" backgroundColor="Blue"/>
|
|
</StackLayout>
|
|
</Page> |