[skins] allow vendors to supply their own logo

This commit is contained in:
ronie 2019-09-15 23:28:51 +02:00
parent f95ee82448
commit abffca667e
10 changed files with 17 additions and 29 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -216,10 +216,10 @@
<control type="image">
<description>Kodi Logo</description>
<posx>22</posx>
<posy>2</posy>
<width>150</width>
<height>75</height>
<texture>kodi_logo.png</texture>
<posy>16</posy>
<width>160</width>
<height>44</height>
<texture>special://xbmc/media/vendor_logo.png</texture>
<include>VisibleFadeEffect</include>
</control>
</control>

View File

@ -25,10 +25,10 @@
<control type="image">
<description>Kodi Logo</description>
<posx>22</posx>
<posy>2</posy>
<width>150</width>
<height>75</height>
<texture>kodi_logo.png</texture>
<posy>16</posy>
<width>160</width>
<height>44</height>
<texture>special://xbmc/media/vendor_logo.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="group">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1083,18 +1083,12 @@
<top>30</top>
<left>90</left>
<control type="image">
<aspectratio>keep</aspectratio>
<width>56</width>
<height>56</height>
<texture colordiffuse="button_focus">icons/logo.png</texture>
</control>
<control type="image">
<left>40</left>
<top>10</top>
<left>4</left>
<top>0</top>
<aspectratio>keep</aspectratio>
<width>192</width>
<height>36</height>
<texture>icons/logo-text.png</texture>
<height>56</height>
<texture>special://xbmc/media/vendor_logo.png</texture>
</control>
</control>
</control>

View File

@ -809,9 +809,9 @@
<texturenofocus />
<label></label>
<textureradioofffocus colordiffuse="EEFFFFFF">dialogs/close.png</textureradioofffocus>
<textureradiooffnofocus colordiffuse="EEFFFFFF">icons/logo.png</textureradiooffnofocus>
<textureradiooffnofocus colordiffuse="EEFFFFFF">special://xbmc/media/vendor_icon.png</textureradiooffnofocus>
<textureradioonfocus colordiffuse="EEFFFFFF">dialogs/close.png</textureradioonfocus>
<textureradioonnofocus colordiffuse="EEFFFFFF">icons/logo.png</textureradioonnofocus>
<textureradioonnofocus colordiffuse="EEFFFFFF">special://xbmc/media/vendor_icon.png</textureradioonnofocus>
<onclick>Action(close)</onclick>
<visible>!Skin.HasSetting(touchmode)</visible>
</control>

View File

@ -11,18 +11,12 @@
<width>250</width>
<height>112</height>
<control type="image">
<width>112</width>
<height>112</height>
<aspectratio aligny="top" align="center">keep</aspectratio>
<texture colordiffuse="button_focus">icons/logo.png</texture>
</control>
<control type="image">
<left>138</left>
<left>0</left>
<top>0</top>
<width>112</width>
<width>250</width>
<height>112</height>
<aspectratio aligny="center" align="center">keep</aspectratio>
<texture>icons/logo-text.png</texture>
<texture>special://xbmc/media/vendor_logo.png</texture>
</control>
</control>
<control type="textbox">

BIN
media/vendor_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
media/vendor_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB