Files
NativeScript/e2e/ui-tests-app/app/action-bar/modal-page.xml
2019-09-19 15:40:31 +03: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>