Files
NativeScript/e2e/ui-tests-app/app/action-bar/flat-scrollview-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

10 lines
355 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" backgroundColor="yellow">
<ActionBar flat="true" backgroundColor="blue" automationText="actionBar">
<Label text="flat action bar"></Label>
</ActionBar>
<ScrollView backgroundColor="red">
<Label text="lorem ipsum" backgroundColor="green"></Label>
</ScrollView>
</Page>