Files
NativeScript/apps/tests/pages/page14.xml
2015-03-03 10:34:40 +02:00

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>