<mvc:View
	viewName="samples.manifestfirst.customer.view.Main"
	xmlns="sap.m"
	xmlns:mvc="sap.ui.core.mvc"
	xmlns:l="sap.ui.layout"
	controllerName="samples.manifestfirst.customer.view.Main"
	>
	<l:VerticalLayout class="sapUiSmallMargin" >
		<Text text="This component's view can be influenced by setting sap.app.text in the manifest."></Text>
		<Text id="text1"></Text>
		<Button id="button1" text="Default Text"></Button>
	</l:VerticalLayout>
	<mvc:XMLView viewName="samples.manifestfirst.customer.view.Inner" id="xml_sample" async="true">
	</mvc:XMLView>
</mvc:View>
