PlexKodiConnect/resources/skins/Main/1080i/script-plex-background.xml
2018-09-09 12:02:57 +02:00

65 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<window>
<defaultcontrol>100</defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<backgroundcolor>0xff111111</backgroundcolor>
<controls>
<control type="image">
<visible>!String.IsEmpty(Window(10000).Property(script.plex.background.splash))</visible>
<posx>710</posx>
<posy>459</posy>
<width>500</width>
<height>162</height>
<texture>script.plex/splash.png</texture>
</control>
<control type="group">
<visible>!String.IsEmpty(Window(10000).Property(script.plex.background.busy))</visible>
<control type="image">
<posx>812</posx>
<posy>135</posy>
<width>300</width>
<height>97</height>
<texture>script.plex/user_select/plex.png</texture>
</control>
<control type="image">
<posx>840</posx>
<posy>465</posy>
<width>240</width>
<height>150</height>
<texture>script.plex/busy-back.png</texture>
<colordiffuse>A0FFFFFF</colordiffuse>
</control>
<control type="image">
<posx>915</posx>
<posy>521</posy>
<width>90</width>
<height>38</height>
<texture diffuse="script.plex/busy-diffuse.png">script.plex/busy.gif</texture>
</control>
</control>
<control type="group">
<visible>!String.IsEmpty(Window(10000).Property(script.plex.background.shutdown))</visible>
<control type="image">
<posx>840</posx>
<posy>465</posy>
<width>240</width>
<height>150</height>
<texture>script.plex/busy-back.png</texture>
<colordiffuse>A0FFFFFF</colordiffuse>
</control>
<control type="image">
<posx>915</posx>
<posy>521</posy>
<width>90</width>
<height>38</height>
<texture diffuse="script.plex/busy-diffuse.png">script.plex/busy.gif</texture>
</control>
</control>
</controls>
</window>