Files
NativeScript/apps/placeholder-demo/main-page.xml
2015-11-09 14:20:01 +02:00

5 lines
189 B
XML

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