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

14 lines
492 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>
<TabView selectedTabTextColor="green">
<TabViewItem title="First">
<GridLayout backgroundColor="green">
<Button text="test" backgroundColor="red"></Button>
</GridLayout>
</TabViewItem>
</TabView>
</Page>