mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
6 lines
195 B
XML
6 lines
195 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
|
|
<StackLayout>
|
|
<Label id="label" automationText="label" />
|
|
<Button text="æøå" />
|
|
</StackLayout>
|
|
</Page> |