Files
NativeScript/tests/app/ui/page/page21.xml
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

6 lines
174 B
XML

<Page shownModally="onShownModally">
<StackLayout>
<Label text="In Modal Page" />
<Repeater items="{{ $value }}" verticalAlignment="top" />
</StackLayout>
</Page>