Files

8 lines
390 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" >
<StackLayout automationText="padding">
<Label id="label" text="Label" backgroundColor="red"/>
<TextField id="textField" text="TextField" backgroundColor="green"/>
<TextView id="textView" text="TextView" backgroundColor="blue"/>
<Button id="button" text="Button" backgroundColor="yellow"/>
</StackLayout>
</Page>