<mvc:View xmlns="sap.m" xmlns:l="sap.ui.layout" xmlns:mvc="sap.ui.core.mvc" controllerName="sap.ui.core.mvctest.Test" height="100%">
<l:VerticalLayout width="100%" class="marginVerticalContent">
<l:content>
<text text="Customer Info content goes here ..."/>
</l:content>
</l:VerticalLayout>
</mvc:View>