12345678910111213141516171819202122232425262728293031323334353637383940 |
- <uipanel id="KLMessageNoticePanel" name="通用消息提示界面" width="1334" height="750" >
- ;左下角消息
- <layout vertical="1" width="236" height="148" a="12" y="40" >
- <panel id="item_ld1" width="236" height="24" >
- <img src="cost_bottom" atlas="Atlas/UIMessagePanel.spriteatlas" a="10" >
- <text id="text_message" fontsize="20" outlinecolor="#000000" outlinesize="1" ta="00" a="10" />
- </img>
- </panel>
- <panel id="item_ld2" width="236" height="24" >
- <img src="cost_bottom" atlas="Atlas/UIMessagePanel.spriteatlas" a="10" >
- <text id="text_message" fontsize="20" outlinecolor="#000000" outlinesize="1" ta="00" a="10" />
- </img>
- </panel>
- <panel id="item_ld3" width="236" height="24" >
- <img src="cost_bottom" atlas="Atlas/UIMessagePanel.spriteatlas" a="10" >
- <text id="text_message" fontsize="20" outlinecolor="#000000" outlinesize="1" ta="00" a="10" />
- </img>
- </panel>
- <panel id="item_ld4" width="236" height="24" >
- <img src="cost_bottom" atlas="Atlas/UIMessagePanel.spriteatlas" a="10" >
- <text id="text_message" fontsize="20" outlinecolor="#000000" outlinesize="1" ta="00" a="10" />
- </img>
- </panel>
- <panel id="item_ld5" width="236" height="24" >
- <img src="cost_bottom" atlas="Atlas/UIMessagePanel.spriteatlas" a="10" >
- <text id="text_message" fontsize="20" outlinecolor="#000000" outlinesize="1" ta="00" a="10" />
- </img>
- </panel>
- <panel id="item_ld6" width="236" height="24" >
- <img src="cost_bottom" atlas="Atlas/UIMessagePanel.spriteatlas" a="10" >
- <text id="text_message" fontsize="20" outlinecolor="#000000" outlinesize="1" ta="00" a="10" />
- </img>
- </panel>
- </layout>
- ;中间底部消息
- <panel a="02" y="80" zindex="500" width="420" height="30" >
- <text id="text_mid_message" width="420" height="30" ta="11" />
- </panel>
- </uipanel>
|