From XfireWiki
This places the Friendslist in the skin
|
<Component Name="BuddyView"
- Class="BuddyListView"
- WindowFocus="[true/false]"
- ShowBevel="[true/false]"
- Scrollbar="[Scrollbar Component Name]"
- Color="[Colorgroup Backgroundcolor]"
- >
- <Text color_friend="[Colorgroup friends]"
- color_fof="[Colorgroup friends of friends]"
- color_offline="[Colorgroup offline user]"
- color_selected="[Colorgroup selectionbar]"
- color_nonfocus="[Colorgroup selectionbar when not focus on Xfire]"
- color_selectedtext="[Colorgroup selected text]"
- Font="[Font Name]"
- Size="[Font Size]"
- color_header="[Colorgroup Text in headers]
- />
- <Images HeaderColor="[Colorgroup Headers]"> <!-- NOTE: use HeaderColor instead of Color -->
- <Image Type="HeaderLeft">[Image]</Image>
- <Image Type="HeaderMiddle">[Image]</Image>
- <Image Type="HeaderRight">[Image]</Image>
- <Image Type="HeaderArrowUp">[Image]</Image>
- <Image Type="HeaderArrowDown">[Image]</Image>
- <Image Type="Collapsed">[Image]</Image>
- <Image Type="Expanded">[Image]</Image>
- </Images>
</Component>
|
Image Notes
If the HeaderArrowUp and HeaderArrowDown images do not display correctly you must make sure that the pink transparency color has the color index of 0 (the first color in the image). The arrow image colors are also adjusted by the color_header color. So, to make the header image the same colour as the header text, make the image contents black.
Other Views
The other view class names are ServerView and DownloadView. The DownloadView component must also contain a <ProgressBar /> element (see ProgressBar).