<mvc:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"
		controllerName="NavigationWithoutMasterDetailPattern.view.View2" xmlns:html="http://www.w3.org/1999/xhtml">
	<Page title="View2">
		<content>
		     <Label text="on View 2" id="text"></Label>
	       <Button text="toView1" press="handleBtn1Press"></Button>
         <Button text="toDetail" press="handleBtn2Press"></Button>
		</content>
	</Page>
</mvc:View>