Files
NativeScript/e2e/ui-tests-app/app/action-bar/flat-page.xml
Svetoslav e35bda2c19 tests: include tests action bar (#7596)
* tests: update action bar tests

* revert: widgets version in modules

* fix tslint
2019-07-28 20:48:19 +03:00

11 lines
394 B
XML

<Page navigatedTo="onNavigateTo" backgroundColor="yellow">
<ActionBar backgroundColor="blue" automationText="actionBar">
<Label text="flat action bar"></Label>
</ActionBar>
<StackLayout backgroundColor="red">
<Button margin="30" text="change flat property" tap="changeFlatPropertyValue"/>
<Label id="flatPropertyValue" backgroundColor="green" />
</StackLayout>
</Page>