![]() |
|
Help with hiding labels w/ wide icons - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +--- Thread: Help with hiding labels w/ wide icons (/showthread.php?tid=37516) |
Help with hiding labels w/ wide icons - thramp - 2008-09-20 23:09 I found this (http://wiki.xbmc.org/index.php?title=Thumbnail_Panel) page which gives me the syntax for hiding a title label, but I'm not sure what XML file to put it in to make the change apply to my skin when I'm using wide icons. Can someone out there help out a noob? Also, is this the proper syntax to use to hide labels once I find the right XML file? Thank you in advance for anyone willing to offer advice. <control> <type>thumbnailpanel</type> <hidelabels>all</hidelabels> </control> - thramp - 2008-09-20 23:28 I've found it - CommonViewTypes.xml. - jmarshall - 2008-09-21 00:14 Said control is depreciated. You'll instead simply have one that has a bunch of <itemlayout> and <focusedlayout> groups, and within that some labels. Just remove the labels you don't want. - thramp - 2008-09-23 00:14 Thanks for the reply. It took me a little playing with it, but once I figured out that the highlights behind the items were actually made with semi-transparent pngs, everything fell into place. The configuration through XML is quite clean - I very much appreciate the effort the devs put into it. - jmarshall - 2008-09-23 00:27 Cool - glad you got it all working
|