mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update the xmlns of the target apps
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Page xmlns="http://www.nativescript.org/tns.xsd"
|
||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd"
|
||||
shownModally="onShownModally"
|
||||
navigatingTo="onNavigatingTo"
|
||||
loaded="onLoaded"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<Page xmlns="http://www.nativescript.org/tns.xsd" id="_mainPage" backgroundColor="Red"
|
||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd" id="_mainPage" backgroundColor="Red"
|
||||
navigatingTo="onNavigatingTo"
|
||||
loaded="onLoaded"
|
||||
navigatedTo="onNavigatedTo"
|
||||
|
||||
Reference in New Issue
Block a user