Files
NativeScript/e2e/ui-tests-app/app/screen-qualifiers/main-page.ios.xml

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