KLFriendInfoItemKml.txt 1.3 KB

123456789101112131415161718
  1. <uipanel id="KLFriendInfoItemKml" width="280" height="85" zindex="-1">
  2. <prefab id ="FriendInfo" path="Kml/KmlPrefab/Cookbook/KmlXWFriendUI/KmlFriendListItem.prefab">
  3. <toggle id="KmlFriendListItem" bind="KmlFriendListItem" />
  4. <img id="friend_select" bind="friend_select" />
  5. <panel id="friend_bg" bind="friend_bg">
  6. <img id="Mask" bind="Mask">
  7. <img id="Icon" bind="Icon" />
  8. </img>
  9. <text id="friend_level" bind="friend_level" fonttype="微软雅黑" fontsize="16" color="#DCE1E5" outlineSize="1" outlineColor="#000000" />
  10. <text id="friend_name" bind="friend_name" ta="01" y="24" fonttype="微软雅黑" fontsize="18" color="#DCE1E5" outlineSize="1" outlineColor="#000000"/>
  11. <text id="friend_union_name" bind="friend_union_name" fonttype="微软雅黑" fontsize="16" color="#FF8A00" outlineSize="1" outlineColor="#000000"/>
  12. <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"/>
  13. <button id="friend_message" bind="friend_message" x="-20"/>
  14. </panel>
  15. <text id="TextOnline" bind="TextOnline" x="-10" fonttype="微软雅黑" fontsize ="16" outlineSize="1" outlineColor="#000000"/>
  16. </prefab>
  17. </uipanel>