Files
NativeScript/e2e/ui-tests-app/app/action-bar/flat-scrollview-page.xml
2019-06-20 15:58:36 +03:00

10 lines
328 B
XML

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