<mvc:View
		xmlns:core="sap.ui.core"
		xmlns:mvc="sap.ui.core.mvc"
		xmlns="sap.m">
	<Panel id="Panel">
		<VBox>
			<HBox>
				<Button text="Cache:"/>
				<Button text="no"/>
			</HBox>
			<mvc:JSView id="detailPageView"
						viewName="sap.ui.core.qunit.mvc.viewprocessing.ViewProcessingRec_legacyAPIs"></mvc:JSView>

			<core:Icon src="sap-icon://lateness" size="7em"/>
		</VBox>
	</Panel>
</mvc:View>