Change width/height for item
#1
I'm new to skinning for kodi. I'm trying to change the width/height for an item in a skin:

Code:
<item id="2">
<label>Test</label>
<onclick>ActivateWindow(test)</onclick>
<thumb>test.png</thumb>
<icon>test.png</icon>
<property name="pos">top</property>
<property name="showlabel">$INFO[Skin.String(Tile7.ShowLabel)]</property>
<property name="path">$INFO[Skin.String(Tile7.Path)]</property>
<property name="animate">$INFO[Skin.String(Tile7.Animate)]</property>
</item>

I tried adding <width> and <height> attributes to the item but it doesn't change anything. Any help would be appreciated.
Reply
#2
The width and height controls are in the itemlayout and focusedlayout controls of the actual list. Look for <control type="image">...</control>.
Reply

Logout Mark Read Team Forum Stats Members Help
Change width/height for item0