mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 17:16:52 +08:00
16 lines
660 B
XML
16 lines
660 B
XML
<Page>
|
|
<StackLayout class="c">
|
|
|
|
<Label text="Label" class="c1"/>
|
|
<Button text="Button" class="c1"/>
|
|
<TextField text="TextField" class="c1"/>
|
|
<TextView text="TextView" class="c1"/>
|
|
<Image src="~/ui-tests-app/image-view/gravatar2.png" class="c1" stretch="none"/>
|
|
|
|
<Label text="Label" class="c2"/>
|
|
<Button text="Button" class="c2"/>
|
|
<TextField text="TextField" class="c2"/>
|
|
<TextView text="TextView" class="c2" style.horizonhorizontalAlignmenttalAligment="left"/>
|
|
<Image src="~/ui-tests-app/image-view/gravatar2.png" class="c2" stretch="none"/>
|
|
</StackLayout>
|
|
</Page> |