Files
NativeScript/apps/editable-text-demo/main-page.xml
2015-08-06 14:58:55 +03:00

8 lines
368 B
XML

<Page>
<StackLayout id="stack" backgroundColor="LightGray">
<Button id="button" text="button" backgroundColor="Green" />
<Label id="label" text="label" backgroundColor="Yellow"/>
<TextField id="textField" text="text-field" hint="hint" backgroundColor="Red"/>
<TextView id="textView" text="text-view" backgroundColor="Blue"/>
</StackLayout>
</Page>