Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/client/MainPage.ui.xml

Diff revisions: vs.
  @@ -1,16 +1,16 @@
1 1 <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2 2 <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3 - xmlns:g="urn:import:com.google.gwt.user.client.ui"
4 - xmlns:m="urn:import:com.gwtmobile.ui.client.widgets">
5 - <ui:style>
6 - </ui:style>
7 - <g:HTMLPanel>
8 - <m:HeaderPanel>
9 - <g:Label>Hello GWT Mobile UI!</g:Label>
10 - </m:HeaderPanel>
11 - <m:ScrollPanel>
12 - <m:ListPanel ui:field="list" showArrow="true">
13 - <g:Label>Panels</g:Label>
3 + xmlns:g="urn:import:com.google.gwt.user.client.ui"
4 + xmlns:m="urn:import:com.gwtmobile.ui.client.widgets">
5 + <ui:style>
6 + </ui:style>
7 + <g:HTMLPanel>
8 + <m:HeaderPanel>
9 + <g:Label>Hello GWT Mobile UI!</g:Label>
10 + </m:HeaderPanel>
11 + <m:ScrollPanel>
12 + <m:ListPanel ui:field="list" showArrow="true">
13 + <g:Label>Panels</g:Label>
14 14 <g:Label>Button</g:Label>
15 15 <g:Label>Text Box</g:Label>
16 16 <g:Label>RPC</g:Label>
  @@ -22,7 +22,7 @@
22 22 <g:Label>Network.getConnectionType</g:Label>
23 23 <g:Label>Storage</g:Label>
24 24 </m:ListPanel>
25 - </m:ScrollPanel>
26 -
27 - </g:HTMLPanel>
25 + </m:ScrollPanel>
26 +
27 + </g:HTMLPanel>
28 28 </ui:UiBinder>