Files
NativeScript/apps/ui/app/screen-qualifiers/main-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

10 lines
331 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
<ActionBar>
<Label text="Screen Qualifiers"></Label>
</ActionBar>
<StackLayout>
<Label text="{{ currentDate }}" fontSize="20"/>
<Label text="Default Page" backgroundColor="yellow" fontSize="20"/>
</StackLayout>
</Page>