You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notifications/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.ui.xml

23 lines
784 B
XML

<!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:e="urn:import:org.gcube.portlets.user.gcubewidgets.client.elements"
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<g:HTMLPanel ui:field="mainPanel">
<b:Row>
<b:Column size="1">
<b:Icon type="APPLE" ui:field="notificationIcon"></b:Icon>
</b:Column>
<b:Column size="1">
<e:Span styleName="user-notification-time" ui:field="timeArea" />
</b:Column>
<b:Column size="10">
<e:Span styleName="user-notification" ui:field="notificationText" />
<e:Span styleName="user-notification" ui:field="goApp" />
</b:Column>
</b:Row>
</g:HTMLPanel>
</ui:UiBinder>