mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
16 lines
672 B
XML
16 lines
672 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/resources/images/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/resources/images/gravatar2.png" class="c2" stretch="none"/>
|
|
</StackLayout>
|
|
</Page> |