summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/LoginScreen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/LoginScreen.xml')
-rw-r--r--addons/skin.estouchy/xml/LoginScreen.xml137
1 files changed, 137 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/LoginScreen.xml b/addons/skin.estouchy/xml/LoginScreen.xml
new file mode 100644
index 0000000..97237b2
--- /dev/null
+++ b/addons/skin.estouchy/xml/LoginScreen.xml
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol></defaultcontrol>
+ <controls>
+ <include>CommonBackground</include>
+ <include>Header</include>
+ <include>CommonNowPlaying</include>
+ <include>Footer</include>
+ <control type="label">
+ <description>Window label</description>
+ <include>MediaWindowTitleCommons</include>
+ <label>$LOCALIZE[20096]</label>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Animation_Zoom</include>
+ <include>16x9_xPos_Relocation</include>
+ <control type="label">
+ <posx>295</posx>
+ <posy>140</posy>
+ <width>690</width>
+ <height>40</height>
+ <font>font30_title</font>
+ <textcolor>white</textcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[31421]</label>
+ </control>
+ <control type="image">
+ <posx>295</posx>
+ <posy>250</posy>
+ <width>690</width>
+ <height>550</height>
+ <texture>panel.png</texture>
+ </control>
+ <control type="panel" id="52">
+ <posx>295</posx>
+ <posy>250</posy>
+ <width>690</width>
+ <height>550</height>
+ <onleft>20</onleft>
+ <onright>20</onright>
+ <onup>52</onup>
+ <ondown>52</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="110" width="690">
+ <control type="image">
+ <posx>2</posx>
+ <posy>2</posy>
+ <width>106</width>
+ <height>106</height>
+ <texture fallback="DefaultActor.png">$INFO[ListItem.Icon]</texture>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <posx>115</posx>
+ <posy>10</posy>
+ <width>575</width>
+ <height>40</height>
+ <font>font24_title</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>115</posx>
+ <posy>50</posy>
+ <width>575</width>
+ <height>40</height>
+ <font>font20</font>
+ <textcolor>grey</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="110" width="580">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>690</width>
+ <height>110</height>
+ <texture>list_focus.png</texture>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="image">
+ <posx>2</posx>
+ <posy>2</posy>
+ <width>106</width>
+ <height>106</height>
+ <texture fallback="DefaultActor.png">$INFO[ListItem.Icon]</texture>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <posx>115</posx>
+ <posy>10</posy>
+ <width>575</width>
+ <height>40</height>
+ <font>font24_title</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>115</posx>
+ <posy>50</posy>
+ <width>575</width>
+ <height>40</height>
+ <font>font20</font>
+ <textcolor>grey3</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ <control type="panel" id="9002">
+ <include>VisibleFadeEffect</include>
+ <include>BottomMenuLayout</include>
+ <content>
+ <item>
+ <label>13012</label>
+ <onclick>Quit</onclick>
+ <icon>icon_button_shutdown.png</icon>
+ </item>
+ </content>
+ </control>
+ </controls>
+</window>