Files
NativeScript/apps/ui-tests-app/padding/padding.xml
2016-04-25 17:05:18 +03:00

8 lines
365 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" >
<StackLayout>
<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>