PlexKodiConnect/resources/skins/Main/1080i/script-plex-signin_background.xml
2018-09-18 11:38:03 +02:00

32 lines
978 B
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">
<posx>0</posx>
<posy>0</posy>
<width>1920</width>
<height>1080</height>
<texture>plugin.video.plexkodiconnect/sign_in/back.jpg</texture>
</control>
<control type="label">
<posx>1820</posx>
<posy>940</posy>
<width max="500">auto</width>
<height>120</height>
<font>font20</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>FFFFFFFF</textcolor>
<label>[UPPERCASE]$ADDON[plugin.video.plexkodiconnect 29999][/UPPERCASE]</label>
</control>
</controls>
</window>