|
2 | 2 | <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" |
3 | 3 | xmlns:g="urn:import:com.google.gwt.user.client.ui" |
4 | 4 | xmlns:m="urn:import:gwt.material.design.client.ui" |
5 | | - xmlns:m.bubble="urn:import:gwt.material.design.addins.client.bubble" |
| 5 | + xmlns:ma="urn:import:gwt.material.design.addins.client" |
6 | 6 | xmlns:demo="urn:import:gwt.material.design.demo.client.ui"> |
7 | 7 | <g:HTMLPanel> |
8 | 8 | <m:MaterialTitle title="Usage" /> |
9 | 9 | <demo:PrettyPre addStyleNames="lang-xml z-depth-1"> |
10 | 10 |  <!-- Addin Import --><br/> |
11 | 11 | xmlns:ma="urn:import:gwt.material.design.addins.client"<br/><br/> |
12 | 12 | <!-- Addin Usage --><br/> |
13 | | -  <m.bubble:MaterialBubble textColor="white" backgroundColor="red" position="LEFT" float="LEFT"><br/> |
| 13 | +  <ma:bubble.MaterialBubble textColor="white" backgroundColor="red" position="LEFT" float="LEFT"><br/> |
14 | 14 |  <m:MaterialLabel text="Hello there, How are you doing?"/><br/> |
15 | 15 |  <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/><br/> |
16 | | - </m.bubble:MaterialBubble><br/> |
| 16 | + </ma:bubble.MaterialBubble><br/> |
17 | 17 | </demo:PrettyPre> |
18 | 18 |
|
19 | 19 | <m:MaterialTitle title="Usage" description="You can position the bubble by adding : position='LEFT,RIGHT,TOP or BOTTOM'"/> |
20 | 20 | <m:MaterialRow marginBottom="0"> |
21 | 21 | <m:MaterialImage textColor="white" backgroundColor="red" marginRight="12" marginTop="8" float="LEFT" width="40px" height="40px" shadow="1" circle="true" url="https://mir-s3-cdn-cf.behance.net/project_modules/disp/1ccdd322433737.5631e853db4a9.png"/> |
22 | | - <m.bubble:MaterialBubble textColor="white" backgroundColor="red" position="LEFT" float="LEFT"> |
| 22 | + <ma:bubble.MaterialBubble textColor="white" backgroundColor="red" position="LEFT" float="LEFT"> |
23 | 23 | <m:MaterialLabel text="Hello there, How are you doing?"/> |
24 | 24 | <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/> |
25 | | - </m.bubble:MaterialBubble> |
| 25 | + </ma:bubble.MaterialBubble> |
26 | 26 | </m:MaterialRow> |
27 | 27 | <demo:PrettyPre addStyleNames="lang-xml z-depth-1"> |
28 | | -  <m.bubble:MaterialBubble textColor="white" backgroundColor="red" position="LEFT" float="LEFT"><br/> |
| 28 | +  <ma:bubble.MaterialBubble textColor="white" backgroundColor="red" position="LEFT" float="LEFT"><br/> |
29 | 29 |  <m:MaterialLabel text="Hello there, How are you doing?"/><br/> |
30 | 30 |  <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/><br/> |
31 | | - </m.bubble:MaterialBubble><br/> |
| 31 | + </ma:bubble.MaterialBubble><br/> |
32 | 32 | </demo:PrettyPre> |
33 | 33 |
|
34 | 34 | <m:MaterialTitle title="Example" description="Here is a sample card with chat feature implementing bubble addin component"/> |
|
41 | 41 | <m:MaterialCardContent> |
42 | 42 | <m:MaterialRow marginBottom="0"> |
43 | 43 | <m:MaterialImage backgroundColor="blue accent-1" marginRight="12" marginTop="8" float="LEFT" width="40px" height="40px" shadow="1" circle="true" url="https://mir-s3-cdn-cf.behance.net/project_modules/disp/70e0a922433737.5631e83fc9429.png"/> |
44 | | - <m.bubble:MaterialBubble backgroundColor="blue accent-1" position="LEFT" float="LEFT"> |
| 44 | + <ma:bubble.MaterialBubble backgroundColor="blue accent-1" position="LEFT" float="LEFT"> |
45 | 45 | <m:MaterialLabel text="Hello there, How are you doing?"/> |
46 | 46 | <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/> |
47 | | - </m.bubble:MaterialBubble> |
| 47 | + </ma:bubble.MaterialBubble> |
48 | 48 | </m:MaterialRow> |
49 | 49 | <m:MaterialRow marginBottom="0"> |
50 | 50 | <m:MaterialImage backgroundColor="blue darken-3" marginLeft="12" marginTop="8" float="RIGHT" width="40px" height="40px" shadow="1" circle="true" url="https://mir-s3-cdn-cf.behance.net/project_modules/disp/6ba40822433737.5632180017216.png"/> |
51 | | - <m.bubble:MaterialBubble textColor="white" backgroundColor="blue darken-3" position="RIGHT" float="RIGHT"> |
| 51 | + <ma:bubble.MaterialBubble textColor="white" backgroundColor="blue darken-3" position="RIGHT" float="RIGHT"> |
52 | 52 | <m:MaterialLabel text="Hi there, Im fine, thank you. How about you?"/> |
53 | 53 | <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/> |
54 | | - </m.bubble:MaterialBubble> |
| 54 | + </ma:bubble.MaterialBubble> |
55 | 55 | </m:MaterialRow> |
56 | 56 | <m:MaterialRow marginBottom="0"> |
57 | 57 | <m:MaterialImage backgroundColor="blue darken-3" marginLeft="12" marginTop="8" float="RIGHT" width="40px" height="40px" shadow="1" circle="true" url="https://mir-s3-cdn-cf.behance.net/project_modules/disp/6ba40822433737.5632180017216.png"/> |
58 | | - <m.bubble:MaterialBubble textColor="white" backgroundColor="blue darken-3" position="RIGHT" float="RIGHT"> |
| 58 | + <ma:bubble.MaterialBubble textColor="white" backgroundColor="blue darken-3" position="RIGHT" float="RIGHT"> |
59 | 59 | <m:MaterialLabel text="Me too, Im doing good."/> |
60 | 60 | <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/> |
61 | | - </m.bubble:MaterialBubble> |
| 61 | + </ma:bubble.MaterialBubble> |
62 | 62 | </m:MaterialRow> |
63 | 63 | <m:MaterialRow marginBottom="0"> |
64 | 64 | <m:MaterialImage backgroundColor="blue accent-1" marginRight="12" marginTop="8" float="LEFT" width="40px" height="40px" shadow="1" circle="true" url="https://mir-s3-cdn-cf.behance.net/project_modules/disp/70e0a922433737.5631e83fc9429.png"/> |
65 | | - <m.bubble:MaterialBubble backgroundColor="blue accent-1" position="LEFT" float="LEFT"> |
| 65 | + <ma:bubble.MaterialBubble backgroundColor="blue accent-1" position="LEFT" float="LEFT"> |
66 | 66 | <m:MaterialLabel text="Would you want to go to Philippines?"/> |
67 | 67 | <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/> |
68 | | - </m.bubble:MaterialBubble> |
| 68 | + </ma:bubble.MaterialBubble> |
69 | 69 | </m:MaterialRow> |
70 | 70 | <m:MaterialRow marginBottom="0"> |
71 | 71 | <m:MaterialImage backgroundColor="blue darken-3" marginLeft="12" marginTop="8" float="RIGHT" width="40px" height="40px" shadow="1" circle="true" url="https://mir-s3-cdn-cf.behance.net/project_modules/disp/6ba40822433737.5632180017216.png"/> |
72 | | - <m.bubble:MaterialBubble textColor="white" backgroundColor="blue darken-3" position="RIGHT" float="RIGHT"> |
| 72 | + <ma:bubble.MaterialBubble textColor="white" backgroundColor="blue darken-3" position="RIGHT" float="RIGHT"> |
73 | 73 | <m:MaterialLabel text="Yes of course, I want to visit Philippines and take a tour."/> |
74 | 74 | <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/> |
75 | | - </m.bubble:MaterialBubble> |
| 75 | + </ma:bubble.MaterialBubble> |
76 | 76 | </m:MaterialRow> |
77 | 77 | </m:MaterialCardContent> |
78 | 78 | </m:MaterialCard> |
79 | 79 | </m:MaterialRow> |
80 | 80 | <demo:PrettyPre addStyleNames="lang-xml z-depth-1"> |
81 | 81 |  <m:MaterialRow marginBottom="0"><br/> |
82 | 82 |  <m:MaterialImage backgroundColor="blue accent-1" marginRight="12" marginTop="8" float="LEFT" width="40px" height="40px" shadow="1" circle="true" url="https://mir-s3-cdn-cf.behance.net/project_modules/disp/70e0a922433737.5631e83fc9429.png"/><br/> |
83 | | -  <m.bubble:MaterialBubble backgroundColor="blue accent-1" position="LEFT" float="LEFT"><br/> |
| 83 | +  <ma:bubble.MaterialBubble backgroundColor="blue accent-1" position="LEFT" float="LEFT"><br/> |
84 | 84 |   <m:MaterialLabel text="Would you want to go to Philippines?"/><br/> |
85 | 85 |   <m:MaterialLabel text="1/2/2016" fontSize="0.6em" float="RIGHT"/><br/> |
86 | | -  </m.bubble:MaterialBubble><br/> |
| 86 | +  </ma:bubble.MaterialBubble><br/> |
87 | 87 | </m:MaterialRow> |
88 | 88 | </demo:PrettyPre> |
89 | 89 | </g:HTMLPanel> |
|
0 commit comments