Kodi Community Forum

Full Version: Wraplist-control texture overlay
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,
I've just started learning basic xbmc skinning, and already think I've got a pretty good hang of it.
There's one thing tho - is it possible to add an image or a transparency mask or something like that over a list-control?
What I want is to get something like in the screenshot attached. I've seen something similar in Rapier 2, but that was done with faded images for every menu entry, as far as I can tell. I would like to make my skin as light as possible, and avoid as many images as possibe.

If it's not possible to layer images above list-controls, is there another, simpler way to achieve what I want?

Thanks in advance! Smile

Image
Yes, just make sure the overlay is coded after the list so it lays over the top of it.
Ah yes, thank you Smile
It's a bit odd with the element-layering, to me. I'm used to layering the oter way around Tongue I'll keep that in mind.