Files
NativeScript/apps/placeholder-demo/main-page.xml
2015-06-30 13:34:23 +03:00

5 lines
185 B
XML

<Page xmlns="http://www.nativescript.org/tns.xsd">
<StackLayout>
<Placeholder creatingView="creatingView" width="200" height="200" backgroundColor="red"/>
</StackLayout>
</Page>