Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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:com.gwtmobile.ui.client.widgets"
	xmlns:p="urn:import:com.gwtmobile.phonegap.kitchensink.client">
	<ui:style>
	</ui:style>
	<g:HTMLPanel>
		<p:PhoneGapHeaderPanel caption="Notification"></p:PhoneGapHeaderPanel>
		<m:ScrollPanel>
			<g:HTMLPanel styleName="Container">
				<m:ListPanel ui:field="list">
					<g:Label>Alert</g:Label>
					<g:Label>Confirm</g:Label>
					<g:Label>Beep</g:Label>
					<g:Label>Vibrate</g:Label>
					<g:Label>Blink (Android)</g:Label>
					<g:Label>Activity (Android)</g:Label>
					<g:Label>Progress (Android)</g:Label>
				</m:ListPanel>
				<g:HTML ui:field="text" styleName="Output">Console</g:HTML>
			</g:HTMLPanel>
		</m:ScrollPanel>
	</g:HTMLPanel>
</ui:UiBinder> 

Commits for litesoft/trunk/GWT_Sandbox/gwtmobile-phonegap-kitchensink/src/com/gwtmobile/phonegap/kitchensink/client/NotificationUi.ui.xml

Diff revisions: vs.
Revision Author Commited Message
638 GeorgeS picture GeorgeS Sat 28 Apr, 2012 15:53:46 +0000