Add source information in the xml builder, print source file as part for veiw.toString

This commit is contained in:
Panayot Cankov
2016-03-14 18:04:53 +02:00
parent 6972e9213a
commit 522c9ee7ed
5 changed files with 55 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<GridLayout id="grid">
<Label id="label" text="Text" />
</GridLayout>
</Page>