Release Titan skin version 3.6.x (Kodi 16 Jarvis)
Yeah still won't work for me

this is what i changed to get it to work, probably not correct but it works at least for me
Code:
<!-- Header -->
                <control type="group">
                    <control type="image">
                    <height>120</height>
                    <width>300</width>
                    <left>60</left>
                    <top>30</top>
                    <aspectratio align="left" aligny="top">keep</aspectratio>
                    <texture background="true">$VAR[ListItemClearLogo]</texture>
                    </control>
                     <control type="label">
                        <posy>85</posy>
                        <posx>61</posx>
                        <width min="0" max="1100">auto</width>
                        <height>175</height>
                        <label>$VAR[value_subheader]</label>
                        <font>Reg30</font>
                        <textcolor>$INFO[Skin.String(HeaderTextColor)]</textcolor>
                        <shadowcolor>$INFO[Skin.String(HeaderTextShadowColor)]</shadowcolor>
                    </control>
                </control>
                
                  

                <control type="image">
                    <!--studio logo -->
                    <right>60</right>
                    <width>450</width>
                    <height>160</height>
                    <posy>20</posy>
                    <aspectratio aligny="top" align="right">keep</aspectratio>
                    <include condition="!Skin.HasSetting(PreferColorStudioLogos) + !Skin.String(SkinHelper.StudioImagesPath)">videoInfoColorDiffuse</include>
                    <texture>$VAR[studiologo]</texture>
                    <visible>IsEmpty(Window.Property(AdditionalInfo))</visible>
                </control>
Reply


Messages In This Thread
Link to a specific home screen? - by Hardax - 2016-03-28, 15:31
RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - by Grumpyman - 2016-04-10, 19:32
Landscape View Scrolbar - by User 206796 - 2016-09-19, 00:54
Logout Mark Read Team Forum Stats Members Help
Titan skin version 3.6.x (Kodi 16 Jarvis)11