e2b5a9693d
Kodi v18 'Leia' version
53 lines
1.4 KiB
XML
53 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol>2</defaultcontrol>
|
|
<controls>
|
|
<control type="group" id="13">
|
|
<left>130r</left>
|
|
<top>10</top>
|
|
<visible>!Skin.HasSetting(Show_SlideShow_Paused)</visible>
|
|
<control type="image">
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<width>120</width>
|
|
<height>35</height>
|
|
<texture>black-back.png</texture>
|
|
<bordertexture border="3">NoCover_1.png</bordertexture>
|
|
<bordersize>5</bordersize>
|
|
</control>
|
|
<control type="label">
|
|
<description>paused label</description>
|
|
<left>10</left>
|
|
<top>0</top>
|
|
<width>100</width>
|
|
<height>35</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<font>font10</font>
|
|
<textcolor>white</textcolor>
|
|
<label>31043</label>
|
|
</control>
|
|
</control>
|
|
<!-- media infos -->
|
|
<control type="group">
|
|
<left>20</left>
|
|
<top>180r</top>
|
|
<visible>Player.ShowInfo + Player.HasMedia</visible>
|
|
<include>VisibleFadeEffect</include>
|
|
<include>SmallMusicInfo</include>
|
|
</control>
|
|
<control type="button">
|
|
<visible>SlideShow.IsVideo + [![Player.Playing + Player.HasVideo] | SlideShow.IsPaused]</visible>
|
|
<description>Video Play Button</description>
|
|
<left>540</left>
|
|
<top>260</top>
|
|
<width>200</width>
|
|
<height>200</height>
|
|
<font></font>
|
|
<onclick>play</onclick>
|
|
<texturefocus>arrow-big-right.png</texturefocus>
|
|
<texturenofocus>arrow-big-right.png</texturenofocus>
|
|
</control>
|
|
</controls>
|
|
</window>
|