<mvc:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m">
	<Panel id="Panel">
		<content>
			<Button id="StashedButton" stashed="true"/>
			<Button id="Button"/>
		</content>
	</Panel>
</mvc:View>