mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
10 lines
331 B
XML
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> |