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