123456789101112131415161718 |
- <uipanel id="KLUIChatSmallPanel" name="主界面聊天窗口" adapter="1" movecanvas="0#0#60" zIndex="106" width="330" height="120" x="0" y="0" a="10" onload="" onclick="" raycast="0">
- <button id="openBtn" atlas="Atlas/UIChatPanel.spriteatlas" src="img_bg_emoji_di" width="330" height="100" onclick="" color="#00000000" raycast="1"></button>
- ; <img id="bg" width="330" height="120" x="-5" atlas="Atlas/UIChatPanel.spriteatlas" src="img_small_chat_bg">
- ; </img>
- <panel id="bgSmall" width="330" height="120">
- <loopscrollview id="chat_small_view" width="330" height="120" vertical="1" scrollpos ="0">
- ;<layout id="chat_small_all_list_layout" width="320" height="100" a="01" cella="11" vertical="1" contentsizefitter = "1" space="3">
- <datalist id="chat_small_data_list" databind="">
- ;<panel width="320" height="20" active="1">
- ;<richtext text= chatiteminfo="" fontSize="16" ta="00" color="#d2d2d2" raycast="0" outlineSize="1" outlineColor="0" maxwidth ="310" mline ="1" emoji ="1"></richtext>
- ;</panel>
- </datalist>
- ;</layout>
- </loopscrollview>
- </panel>
- <panel id="templateRoot"/>
- </uipanel>
|