|
7 | 7 | <g:HTMLPanel> |
8 | 8 |
|
9 | 9 | <m:MaterialRow> |
10 | | - <m:MaterialRow margin="5" grid="l10 m12 s12"> |
11 | | - <ma:subheader.MaterialSubHeaderContainer ui:field="subHeaderContainer" shadow="1" height="600px" grid="l10 m12 s12" type="PINNED" float="RIGHT"> |
12 | | - <m:MaterialCard shadow="1" margin="5"> |
13 | | - <m:MaterialPanel backgroundColor="BLUE" overflow="HIDDEN" padding="12"> |
14 | | - <m:MaterialIcon iconType="MORE_VERT" float="RIGHT" textColor="WHITE"/> |
15 | | - <m:MaterialIcon iconType="CLOSE" float="RIGHT" textColor="WHITE"/> |
16 | | - </m:MaterialPanel> |
17 | | - |
18 | | - <m:MaterialCardContent ui:field="cardContent"> |
19 | | - <m:MaterialPanel ui:field="chatPanel"/> |
20 | | - </m:MaterialCardContent> |
21 | | - |
22 | | - <m:MaterialProgress type="DETERMINATE" percent="100"/> |
23 | | - <m:MaterialTextArea ui:field="msg" label="Send message ..." resizeRule="AUTO"/> |
24 | | - <m:MaterialButton ui:field="send" waves="LIGHT" text="Send" width="100%"/> |
25 | | - <m:MaterialProgress type="DETERMINATE" percent="0"/> |
26 | | - </m:MaterialCard> |
| 10 | + <m:MaterialRow margin="5"> |
| 11 | + <ma:subheader.MaterialSubHeaderContainer ui:field="parentSubHeaderContainer" shadow="1" height="600px" grid="l10 m12 s12" float="RIGHT"> |
| 12 | + <ma:subheader.MaterialSubHeaderContainer ui:field="subHeaderContainer" shadow="0" height="400px" type="PINNED"> |
| 13 | + <m:MaterialCard shadow="0"> |
| 14 | + <m:MaterialPanel shadow="1" backgroundColor="BLUE" overflow="HIDDEN" padding="12"> |
| 15 | + <m:MaterialLabel text="Chat" float="LEFT" textColor="WHITE"></m:MaterialLabel> |
| 16 | + <m:MaterialIcon iconType="MORE_VERT" float="RIGHT" textColor="WHITE"/> |
| 17 | + <m:MaterialIcon iconType="CLOSE" float="RIGHT" textColor="WHITE"/> |
| 18 | + </m:MaterialPanel> |
| 19 | + |
| 20 | + <m:MaterialCardContent ui:field="cardContent" minHeight="100%"> |
| 21 | + <m:MaterialPanel ui:field="chatPanel"/> |
| 22 | + </m:MaterialCardContent> |
| 23 | + </m:MaterialCard> |
| 24 | + </ma:subheader.MaterialSubHeaderContainer> |
| 25 | + <ma:subheader.MaterialSubHeaderContainer ui:field="sendSubHeaderContainer" shadow="0" height="200px"> |
| 26 | + <m:MaterialRow> |
| 27 | + <m:MaterialProgress type="DETERMINATE" percent="100"/> |
| 28 | + <m:MaterialTextArea ui:field="msg" label="Send message ..." resizeRule="AUTO"/> |
| 29 | + <m:MaterialButton ui:field="send" waves="LIGHT" text="Send" width="100%"/> |
| 30 | + </m:MaterialRow> |
| 31 | + </ma:subheader.MaterialSubHeaderContainer> |
27 | 32 | </ma:subheader.MaterialSubHeaderContainer> |
28 | 33 | </m:MaterialRow> |
29 | 34 | </m:MaterialRow> |
| 35 | + |
30 | 36 | <m:MaterialLabel ui:field="searchLabel"/> |
31 | 37 |
|
32 | 38 | </g:HTMLPanel> |
|
0 commit comments