123456789101112131415161718 |
- <uipanel id="KLFriendInfoItemKml" width="280" height="85" zindex="-1">
- <prefab id ="FriendInfo" path="Kml/KmlPrefab/Cookbook/KmlXWFriendUI/KmlFriendListItem.prefab">
- <toggle id="KmlFriendListItem" bind="KmlFriendListItem" />
- <img id="friend_select" bind="friend_select" />
- <panel id="friend_bg" bind="friend_bg">
- <img id="Mask" bind="Mask">
- <img id="Icon" bind="Icon" />
- </img>
- <text id="friend_level" bind="friend_level" fonttype="微软雅黑" fontsize="16" color="#DCE1E5" outlineSize="1" outlineColor="#000000" />
- <text id="friend_name" bind="friend_name" ta="01" y="24" fonttype="微软雅黑" fontsize="18" color="#DCE1E5" outlineSize="1" outlineColor="#000000"/>
- <text id="friend_union_name" bind="friend_union_name" fonttype="微软雅黑" fontsize="16" color="#FF8A00" outlineSize="1" outlineColor="#000000"/>
- <text id="friend_value" a="10" width="140" height="20" x="78" y="-24" fonttype="微软雅黑" fontsize ="16" ta="01" horwrap="0" color="#DCE1E5" outlineSize="1" outlineColor="#000000"/>
- <button id="friend_message" bind="friend_message" x="-20"/>
- </panel>
- <text id="TextOnline" bind="TextOnline" x="-10" fonttype="微软雅黑" fontsize ="16" outlineSize="1" outlineColor="#000000"/>
- </prefab>
- </uipanel>
|