summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/LoginScreen.xml
blob: facdeaa04ff1f84351e382ebcef7a0e41f645f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">52</defaultcontrol>
	<controls>
		<include>DefaultBackground</include>
		<control type="group">
			<include>Animation_TopSlide</include>
			<control type="group">
				<centerleft>50%</centerleft>
				<top>160</top>
				<width>250</width>
				<height>112</height>
				<control type="image">
					<left>0</left>
					<top>0</top>
					<width>250</width>
					<height>112</height>
					<aspectratio aligny="center" align="center">keep</aspectratio>
					<texture>special://xbmc/media/vendor_logo.png</texture>
				</control>
			</control>
			<control type="textbox">
				<centerleft>50%</centerleft>
				<top>220</top>
				<width>750</width>
				<height>300</height>
				<align>center</align>
				<aligny>center</aligny>
				<textcolor>99FFFFFF</textcolor>
				<font>font14</font>
				<label>$LOCALIZE[31098]</label>
			</control>
		</control>
		<control type="group">
			<include>Animation_BottomSlide</include>
			<control type="fixedlist" id="52">
				<left>0</left>
				<right>0</right>
				<top>500</top>
				<height>300</height>
				<onleft>52</onleft>
				<onright>52</onright>
				<onup>20</onup>
				<ondown>20</ondown>
				<focusposition>2</focusposition>
				<orientation>horizontal</orientation>
				<scrolltime tween="cubic" easing="out">500</scrolltime>
				<itemlayout width="384" height="300">
					<control type="image">
						<centerleft>50%</centerleft>
						<top>20</top>
						<height>200</height>
						<width>200</width>
						<texture diffuse="icons/profiles/profile-diffuse.png">$INFO[ListItem.Icon]</texture>
						<aspectratio scalediffuse="false">scale</aspectratio>
					</control>
					<control type="textbox">
						<left>60</left>
						<right>60</right>
						<top>220</top>
						<height>80</height>
						<label>$INFO[ListItem.label]</label>
						<font>font27</font>
						<align>center</align>
						<aligny>center</aligny>
						<textcolor>99FFFFFF</textcolor>
					</control>
				</itemlayout>
				<focusedlayout width="384" height="300">
					<control type="image">
						<left>30</left>
						<top>-20</top>
						<right>30</right>
						<bottom>-20</bottom>
						<texture border="30" colordiffuse="button_focus">buttons/dialogbutton-fo.png</texture>
						<visible>Control.HasFocus(52)</visible>
						<animation reversible="false" effect="fade" start="20" end="75" time="200">Focus</animation>
					</control>
					<control type="image">
						<centerleft>50%</centerleft>
						<top>20</top>
						<height>200</height>
						<width>200</width>
						<texture diffuse="icons/profiles/profile-diffuse.png">$INFO[ListItem.Icon]</texture>
						<aspectratio scalediffuse="false">scale</aspectratio>
					</control>
					<control type="textbox">
						<left>60</left>
						<right>60</right>
						<top>220</top>
						<height>80</height>
						<label>[B]$INFO[ListItem.label][/B]</label>
						<font>font27</font>
						<align>center</align>
						<aligny>center</aligny>
					</control>
				</focusedlayout>
			</control>
			<control type="label">
				<left>0</left>
				<right>0</right>
				<top>860</top>
				<height>45</height>
				<font>font25_narrow</font>
				<textcolor>80FFFFFF</textcolor>
				<align>center</align>
				<aligny>center</aligny>
				<label>$INFO[ListItem.label2]</label>
			</control>
			<control type="button" id="20">
				<centerleft>50%</centerleft>
				<bottom>20</bottom>
				<width>500</width>
				<height>130</height>
				<label>$LOCALIZE[31072]</label>
				<font>font12</font>
				<align>center</align>
				<onclick>ActivateWindow(ShutdownMenu)</onclick>
				<onleft>52</onleft>
				<onright>52</onright>
				<onup>52</onup>
				<ondown>52</ondown>
				<texturefocus border="40" colordiffuse="button_focus">buttons/dialogbutton-fo.png</texturefocus>
				<texturenofocus border="40">buttons/dialogbutton-nofo.png</texturenofocus>
			</control>
		</control>
		<include>TopBar</include>
	</controls>
</window>