Files
NativeScript/e2e/ui-tests-app/app/action-bar/flat-page.xml
2019-09-19 15:40:31 +03:00

12 lines
393 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>