mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 14:20:22 +08:00
12 lines
355 B
XML
12 lines
355 B
XML
<Page loaded="pageLoaded" unloaded="pageUnloaded" backgroundColor="green">
|
|
<StackLayout>
|
|
<Button text="button1" />
|
|
<Button text="button2" />
|
|
<Button text="button3" />
|
|
<Button text="button4" />
|
|
<Button text="button5" />
|
|
<Button text="button6" />
|
|
<Button text="button7" />
|
|
<Button text="button8" />
|
|
</StackLayout>
|
|
</Page> |