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

10 lines
338 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="LandScape Page" backgroundColor="deepskyblue" fontSize="20"/>
</StackLayout>
</Page>