12345678910111213141516171819202122232425 |
- <uipanel id="KLFriendUIItemKml" width="1000" height="450" y="-35" zindex="-1">
- <prefab id ="FriendUI" path="Kml/KmlPrefab/Cookbook/KmlXWFriendUI/KmlFriendUI.prefab">
- <panel id="FriendUI_Root" bind="KmlFriendUI" >
- <loopscrollview id="EnemyContent" width="650" height="420" a="11" x="316" y="-12" cellWidth="674" cellHeight="30">
- <datalist id="enemy_log_data_list" databind="">
-
- </datalist>
- </loopscrollview>
- </panel>
- <img id="BgCount" bind="BgCount" x="70" y="14" height="30"/>
- <text id="friend_count" bind="friend_count" x="70" y="14" height="30" fonttype="微软雅黑" outlineSize="1" outlineColor="#000000"/>
- <scrollview id="friend_scrollview" bind="friend_scrollview">
- <togglegroup id="friend_layout" bind="friend_layout" />
- </scrollview>
- <img id="friend_line" bind="friend_line" />
- <button id="BtnAdd" bind="BtnAdd" />
- <panel id="ChatContent" bind="ChatContent"></panel>
- <panel id="BlackListContent" bind="BlackListContent">
- <text id="TextBlackInfo" bind="TextBlackInfo" />
- <button id="BtnCancelForbid" bind="BtnCancelForbid" />
- </panel>
- </prefab>
- </uipanel>
|