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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2593 - (hide annotations) (download) (as text)
Mon Jun 29 14:54:29 2015 UTC (8 years, 11 months ago) by torben
File MIME type: text/xml
File size: 2735 byte(s)
pænere layout af description
1 torben 2592 <window>
2     <defaultcontrol>50</defaultcontrol>
3     <allowoverlay>yes</allowoverlay>
4     <controls>
5     <control type="image">
6     <description>background image</description>
7 torben 2593 <posx>65</posx>
8     <posy>90</posy>
9 torben 2592 <width>720</width>
10 torben 2593 <height>490</height>
11     <texture>description.png</texture>
12 torben 2592 </control>
13     <control type="group">
14     <posy>20</posy>
15 torben 2593 <animation effect="fade" time="300" condition="!Skin.HasSetting(animated)">WindowOpen</animation>
16     <animation effect="slide" time="300" condition="!Skin.HasSetting(animated)">WindowClose</animation>
17 torben 2592 <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 torben 2593 <posx>100</posx>
28 torben 2592 <posy>115</posy>
29 torben 2593 <width>630</width>
30     <align>left</align>
31 torben 2592 <label>TITLE</label>
32 torben 2593 <font>font36</font>
33 torben 2592 <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 torben 2593 <width>630</width>
41 torben 2592 <align>left</align>
42    
43     <wrapmultiline>true</wrapmultiline>
44    
45 torben 2593 <label>"Lorem "</label>
46 torben 2592 <font>special13</font>
47     <textcolor>DDced8da</textcolor>
48     </control>
49    
50    
51     </control>
52    
53 torben 2593
54 torben 2592 <control type="button" id="50">
55     <description>submenu button</description>
56 torben 2593 <posx>240</posx>
57 torben 2592 <posy>500</posy>
58     <width>134</width>
59     <height>35</height>
60     <!-- <onclick>ActivateWindow(ShutdownMenu)</onclick>
61     <texturefocus>home-power.gif</texturefocus>
62     <texturenofocus>-</texturenofocus>-->
63 torben 2593 <label>Afspil film</label>
64 torben 2592 <onleft>98</onleft>
65     <onright>98</onright>
66     <onup>98</onup>
67     <ondown>98</ondown>
68     </control>
69     <control type="button" id="98">
70     <description>submenu button</description>
71 torben 2593 <posx>460</posx>
72 torben 2592 <posy>500</posy>
73     <width>134</width>
74     <height>35</height>
75     <!-- <onclick>ActivateWindow(ShutdownMenu)</onclick>
76     <texturefocus>home-power.gif</texturefocus>
77     <texturenofocus>-</texturenofocus>-->
78     <label>Tilbage</label>
79     <onleft>50</onleft>
80     <onright>50</onright>
81     <onup>50</onup>
82     <ondown>50</ondown>
83     </control>
84     </controls>
85     </window>

  ViewVC Help
Powered by ViewVC 1.1.20