mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Master Detail path fixed
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<Page xmlns="http://www.nativescript.org/tns.xsd"
|
||||
xmlns:app="app"
|
||||
xmlns:app="."
|
||||
navigatedTo="pageNavigatedTo">
|
||||
<app:details-view />
|
||||
</Page>
|
@ -1,5 +1,5 @@
|
||||
<Page xmlns="http://www.nativescript.org/tns.xsd"
|
||||
xmlns:app="app"
|
||||
xmlns:app="."
|
||||
loaded="pageLoaded">
|
||||
<GridLayout rows="auto, *" columns="300, *">
|
||||
<Label text="Master Details Page" cssClass="title" colSpan="2" />
|
||||
|
Reference in New Issue
Block a user