Update the xmlns of the target apps

This commit is contained in:
Erjan Gavalji
2015-11-09 14:20:01 +02:00
parent ed489585ec
commit e5741b0eb1
33 changed files with 40 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
<Page xmlns="http://www.nativescript.org/tns.xsd"
<Page xmlns="http://schemas.nativescript.org/tns.xsd"
xmlns:g="components/grid-view/grid-view"
loaded="pageLoaded">
<StackLayout id="upperStack">

View File

@@ -1,4 +1,4 @@
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
<StackLayout>
<StackLayout>
<Label id="testLabel" text="{{ testProperty }}" />

View File

@@ -1,4 +1,4 @@
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
<Repeater id="repeater" items="{{ items }}">
<Repeater.itemTemplate>
<GridLayout width="94" height="94" >