mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
316 B
XML
8 lines
316 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Page>
|
|
<StackLayout>
|
|
<Button text="button 1" style="background-color: red; margin: 5;"/>
|
|
<Button text="button 2" style="background-color: lightblue; margin: 5;"/>
|
|
<Button text="button 3" style="background-color: lightgreen; margin: 5;"/>
|
|
</StackLayout>
|
|
</Page> |