mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
457 B
XML
8 lines
457 B
XML
<Page>
|
|
<StackLayout>
|
|
<Button horizontalAlignment="left" verticalAlignment="top" margin="10 0 10 20" text="top, left" />
|
|
<Button horizontalAlignment="center" verticalAlignment="center" text="center, center" />
|
|
<Button horizontalAlignment="right" verticalAlignment="bottom" margin="0 30" text="bottom, right" />
|
|
<Button horizontalAlignment="stretch" verticalAlignment="stretch" margin="20" text="stretch, stretch" />
|
|
</StackLayout>
|
|
</Page> |