mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 17:16:52 +08:00
9 lines
356 B
XML
9 lines
356 B
XML
<Page>
|
|
<StackLayout>
|
|
<TextView text="TextView" borderRadius="17" backgroundColor="lightpink"/>
|
|
<TextField text="TextField" borderRadius="29" backgroundColor="lightsalmon"/>
|
|
<Button text="Button" borderRadius="41" backgroundColor="lightcoral"/>
|
|
<Label text="Label" borderRadius="53" backgroundColor="lightgreen"/>
|
|
</StackLayout>
|
|
</Page>
|