Files
NativeScript/apps/tests/ui/page/page21.xml
2015-09-04 11:06:37 +03:00

6 lines
174 B
XML

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