<!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"
    xmlns:ms="urn:import:de.swm.commons.mobile.client.widgets.scroll">
	<ui:style>
		.top {
			-webkit-box-align: start;
		}
	</ui:style>
	
	<g:HTMLPanel ui:field="content">
		<m:HeaderPanel ui:field="header" leftButton="Back">
			<m:OnlyDesktopLabel>Indexed Scroll Panel</m:OnlyDesktopLabel>
		</m:HeaderPanel>
		<m:IndexedScrollPanelWithPager ui:field="list" />
	</g:HTMLPanel>	
</ui:UiBinder>