KLUnionJoinPanelKml.txt 2.2 KB

12345678910111213141516171819202122232425262728293031
  1. <uipanel id="KLUnionJoinPanel" name="加入战盟界面" a="20" height="750" adapter="1" width="422" x="-67" raycast="1" zindex="12">
  2. <img src="Texture/bg_bottomBg.png" a="20" x="0" id="img_27" atlas="">
  3. <img id="title" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="WarAlliance_List" y="-2" x="8" a="01">
  4. </img>
  5. <img id="closeBtn" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" a="21" x="9" y="9" z="-10" onclick="KmlXWUnionApplyToJoinUI/@CloseMainPanel" h5x="-355" h5y="9">
  6. </img>
  7. <img id="table_title_bg" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="ty_bg_tip9" scale9l="4" scale9r="4" scale9t="4" scale9b="4" y="-80" width="356" height="36" a="01">
  8. <text id="title_name" ta="01" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" text="战盟名称" width="83" height="30" x="-100">
  9. </text>
  10. <text id="title_name" ta="01" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" text="等级" width="63" height="30">
  11. </text>
  12. <text id="title_name" ta="01" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" text="人数" width="63" height="30" x="60">
  13. </text>
  14. <text id="title_name" ta="01" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" text="状态" width="63" height="30" x="140">
  15. </text>
  16. </img>
  17. <img id="table_bg" atlas="Atlas/UIUnionInfoPanel.spriteatlas" src="black" color="#FFFFFF96" y="-110" width="356" height="540" a="01">
  18. </img>
  19. <scrollview id="table_list" width="356" height="540" y="-110" a="01" vertical="1">
  20. <gridview id="union_list_view" width="356" height="540" cellwidth="356" cellheight="40" contentsizefitter="1" paddingtop="5">
  21. <datalist id="union_data_list" databind="@union_data_list">
  22. </datalist>
  23. </gridview>
  24. </scrollview>
  25. <button id="one_key_apply_to_join" a="02" y="30" onclick="KmlXWUnionApplyToJoinUI/@一键发起申请 " atlas="Atlas/Common.spriteatlas" src="button_interface_window37">
  26. <text id="btn_text" text="一键申请" fonttype="微软雅黑" fontsize="20" outlinesize="1" outlinecolor="#000000" color="#DCE1E5">
  27. </text>
  28. </button>
  29. </img>
  30. </uipanel>