/[projects]/misc/xbmc/plugin.video.todic/resources/skins/Default/720p/main.xml
ViewVC logotype

Contents of /misc/xbmc/plugin.video.todic/resources/skins/Default/720p/main.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2592 - (show annotations) (download) (as text)
Mon Jun 29 11:34:00 2015 UTC (8 years, 10 months ago) by torben
File MIME type: text/xml
File size: 3506 byte(s)
add support for showing movie description
1 <window>
2 <defaultcontrol>50</defaultcontrol>
3 <allowoverlay>yes</allowoverlay>
4 <controls>
5 <control type="image">
6 <description>background image</description>
7 <posx>10</posx>
8 <posy>88</posy>
9 <width>720</width>
10 <height>488</height>
11 <texture>fanart.jpg</texture>
12 </control>
13 <control type="group">
14 <posy>20</posy>
15 <animation effect="slide" time="500" start="0,600" end="0,0" acceleration="-1" condition="!Skin.HasSetting(animated)">WindowOpen</animation>
16 <animation effect="slide" time="300" start="0,0" end="0,600" acceleration="1.1" condition="!Skin.HasSetting(animated)">WindowClose</animation>
17 <control type="image" id="0">
18 <description>Profile background</description>
19 <posx>137</posx>
20 <posy>101</posy>
21 <width>446</width>
22 <height>446</height>
23 <texture>dialog-panel2.png</texture>
24 </control>
25 <control type="label" id="1">
26 <description>Heading Label</description>
27 <posx>165</posx>
28 <posy>115</posy>
29 <width>420</width>
30 <align>center</align>
31 <label>TITLE</label>
32 <font>font18</font>
33 <textcolor>DDFFFFFF</textcolor>
34 </control>
35
36 <control type="label" id="2">
37 <description>Clip description label</description>
38 <posx>100</posx>
39 <posy>145</posy>
40 <width>520</width>
41 <align>left</align>
42
43 <wrapmultiline>true</wrapmultiline>
44
45 <label>"Lorem ipsum dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."</label>
46 <font>special13</font>
47 <textcolor>DDced8da</textcolor>
48 </control>
49
50
51 </control>
52 <control type="label">
53 <description>xbox media center label</description>
54 <posx>200</posx>
55 <posy>63</posy>
56 <align>right</align>
57 <label>Todic</label>
58 <font>special12</font>
59 <textcolor>ffffffff</textcolor>
60 </control>
61 <control type="label">
62 <description>description label</description>
63 <posx>207</posx>
64 <posy>63</posy>
65 <align>left</align>
66 <label>Todic XBMC</label>
67 <font>special13</font>
68 </control>
69
70 <control type="button" id="50">
71 <description>submenu button</description>
72 <posx>300</posx>
73 <posy>500</posy>
74 <width>134</width>
75 <height>35</height>
76 <!-- <onclick>ActivateWindow(ShutdownMenu)</onclick>
77 <texturefocus>home-power.gif</texturefocus>
78 <texturenofocus>-</texturenofocus>-->
79 <label>Vis klip</label>
80 <onleft>98</onleft>
81 <onright>98</onright>
82 <onup>98</onup>
83 <ondown>98</ondown>
84 </control>
85 <control type="button" id="98">
86 <description>submenu button</description>
87 <posx>510</posx>
88 <posy>500</posy>
89 <width>134</width>
90 <height>35</height>
91 <!-- <onclick>ActivateWindow(ShutdownMenu)</onclick>
92 <texturefocus>home-power.gif</texturefocus>
93 <texturenofocus>-</texturenofocus>-->
94 <label>Tilbage</label>
95 <onleft>50</onleft>
96 <onright>50</onright>
97 <onup>50</onup>
98 <ondown>50</ondown>
99 </control>
100 </controls>
101 </window>

  ViewVC Help
Powered by ViewVC 1.1.20