KLFriendUIItemKml.txt 1.2 KB

12345678910111213141516171819202122232425
  1. <uipanel id="KLFriendUIItemKml" width="1000" height="450" y="-35" zindex="-1">
  2. <prefab id ="FriendUI" path="Kml/KmlPrefab/Cookbook/KmlXWFriendUI/KmlFriendUI.prefab">
  3. <panel id="FriendUI_Root" bind="KmlFriendUI" >
  4. <loopscrollview id="EnemyContent" width="650" height="420" a="11" x="316" y="-12" cellWidth="674" cellHeight="30">
  5. <datalist id="enemy_log_data_list" databind="">
  6. </datalist>
  7. </loopscrollview>
  8. </panel>
  9. <img id="BgCount" bind="BgCount" x="70" y="14" height="30"/>
  10. <text id="friend_count" bind="friend_count" x="70" y="14" height="30" fonttype="微软雅黑" outlineSize="1" outlineColor="#000000"/>
  11. <scrollview id="friend_scrollview" bind="friend_scrollview">
  12. <togglegroup id="friend_layout" bind="friend_layout" />
  13. </scrollview>
  14. <img id="friend_line" bind="friend_line" />
  15. <button id="BtnAdd" bind="BtnAdd" />
  16. <panel id="ChatContent" bind="ChatContent"></panel>
  17. <panel id="BlackListContent" bind="BlackListContent">
  18. <text id="TextBlackInfo" bind="TextBlackInfo" />
  19. <button id="BtnCancelForbid" bind="BtnCancelForbid" />
  20. </panel>
  21. </prefab>
  22. </uipanel>