Files
NativeScript/apps/ui/app/screen-qualifiers/main-page.xml
2020-08-11 22:50:33 -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>