<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
	xmlns:g="urn:import:com.google.gwt.user.client.ui"
	xmlns:m="urn:import:de.swm.commons.mobile.client.widgets">
	<ui:style>
	</ui:style>
	<g:HTMLPanel ui:field="htmlPanel">
		<m:HeaderPanel ui:field="header" leftButton="Back">
            <m:OnlyDesktopLabel>Accordion Panel</m:OnlyDesktopLabel>
		</m:HeaderPanel>
	</g:HTMLPanel>	
</ui:UiBinder>