Files
NativeScript/apps/ui/app/action-bar/modal-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

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>