mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
351 B
XML
9 lines
351 B
XML
<Page showingModally="onShownModally">
|
|
<StackLayout id="layout" >
|
|
<Label backgroundColor="green" id="label1" text="short" textWrap="true" />
|
|
<Label backgroundColor="red" id="label2" text="" textWrap="true" />
|
|
<Button text="Change text" tap="change" />
|
|
<Button text="Close" tap="onTap" />
|
|
</StackLayout>
|
|
</Page>
|