Kodi Community Forum

Full Version: [WINDOWS] Help Skin Touchscreen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,
I am creating a skin for touchscreen xbmc, sorry but I have a bit of difficult to understand.
use as a basis the skin PM3.HD_touch!, I know where declared variables "$INFO[ListItem.Icon]", which in my case are reference icon "defaultaudio.png" because I can not find anywhere part.

also with "<include name="CommonRootView">" is the kind of explorer windows, how do I change the view? or is it an internal command to xbmc?

Thanks for your patience.
I'm not sure what you're asking... $INFO[ListItem.Icon] returns the icon for the currently selected item in the browser panel. This can be a custom icon, or the default one (which depends on the media section -- audio, video, etc.)

Open up includes.xml. It may also reference other include files. In one of them, you'll find an include section with that name.