/[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 2596 - (hide annotations) (download) (as text)
Tue Jun 30 13:39:04 2015 UTC (8 years, 11 months ago) by torben
File MIME type: text/xml
File size: 4350 byte(s)
endelig styr på stjernerne
1 torben 2592 <window>
2     <defaultcontrol>50</defaultcontrol>
3     <allowoverlay>yes</allowoverlay>
4     <controls>
5     <control type="group">
6 torben 2595 <animation effect="slide" time="300" start="0,660" end="0,0" acceleration="-1" condition="!Skin.HasSetting(animated)">WindowOpen</animation>
7     <animation effect="slide" time="300" start="0,0" end="0,660" acceleration="1.1" condition="!Skin.HasSetting(animated)">WindowClose</animation>
8    
9     <control type="image">
10     <description>background image</description>
11     <posx>49</posx>
12     <posy>61</posy>
13     <width>752</width>
14     <height>687</height>
15     <texture>description.png</texture>
16     </control>
17    
18 torben 2592 <control type="label" id="1">
19     <description>Heading Label</description>
20 torben 2595 <posx>83</posx>
21     <posy>92</posy>
22     <width>670</width>
23 torben 2593 <align>left</align>
24 torben 2592 <label>TITLE</label>
25 torben 2595 <font>font24_title</font>
26 torben 2592 <textcolor>DDFFFFFF</textcolor>
27     </control>
28    
29 torben 2596 <control type="image" id="40">
30 torben 2595 <description>rating stars</description>
31     <posx>83</posx>
32     <posy>128</posy>
33 torben 2596 <width>320</width>
34     <height>20</height>
35 torben 2595 <texture>stars.png</texture>
36 torben 2596
37     <aspectratio align="left" aligny="top">scale</aspectratio>
38 torben 2595 </control>
39    
40 torben 2592 <control type="label" id="2">
41 torben 2595 <description>Categories</description>
42     <posx>83</posx>
43     <posy>159</posy>
44     <width>670</width>
45     <align>left</align>
46     <wrapmultiline>false</wrapmultiline>
47     <label>Dansk / Familie / Eventyr / Horror / Action / Krigsfilm</label>
48     <font>special13</font>
49     <textcolor>DDced8da</textcolor>
50     </control>
51    
52     <control type="label" id="3">
53 torben 2592 <description>Clip description label</description>
54 torben 2595 <posx>83</posx>
55     <posy>210</posy>
56     <width>670</width>
57 torben 2592 <align>left</align>
58    
59     <wrapmultiline>true</wrapmultiline>
60    
61 torben 2593 <label>"Lorem "</label>
62 torben 2595 <font>font15</font>
63 torben 2592 <textcolor>DDced8da</textcolor>
64     </control>
65    
66 torben 2595
67    
68     <control type="label" id="10">
69     <description>Clip playtime</description>
70     <posx>83</posx>
71     <posy>480</posy>
72     <width>580</width>
73     <align>left</align>
74     <wrapmultiline>false</wrapmultiline>
75     <label>Spilletid : 1 time, 20 minutter</label>
76     <font>font15</font>
77     <textcolor>DDced8da</textcolor>
78     </control>
79 torben 2592
80 torben 2595 <control type="label" id="11">
81     <description>Clip details</description>
82     <posx>83</posx>
83     <posy>515</posy>
84     <width>580</width>
85     <align>left</align>
86     <wrapmultiline>false</wrapmultiline>
87     <label>Video : 720x384px (x264/MP3) 1.09 GBytes = 1887 KBit/sec</label>
88     <font>font10</font>
89     <textcolor>DDced8da</textcolor>
90     </control>
91    
92     <control type="button" id="50">
93     <description>submenu button</description>
94     <posx>275</posx>
95     <posy>570</posy>
96     <width>295</width>
97     <height>55</height>
98     <!-- <onclick>ActivateWindow(ShutdownMenu)</onclick>
99     <texturefocus>home-power.gif</texturefocus>
100     <texturenofocus>-</texturenofocus>-->
101     <align>center</align>
102     <aligny>center</aligny>
103     <font>font24_title</font>
104     <label>Afspil film</label>
105     <onleft>98</onleft>
106     <onright>98</onright>
107     <onup>98</onup>
108     <ondown>98</ondown>
109     </control>
110     <control type="button" id="98">
111     <description>submenu button</description>
112     <posx>356</posx>
113     <posy>651</posy>
114     <width>134</width>
115     <height>35</height>
116     <!-- <onclick>ActivateWindow(ShutdownMenu)</onclick>
117     <texturefocus>home-power.gif</texturefocus>
118     <texturenofocus>-</texturenofocus>-->
119     <align>center</align>
120     <aligny>center</aligny>
121     <label>Tilbage</label>
122     <onleft>50</onleft>
123     <onright>50</onright>
124     <onup>50</onup>
125     <ondown>50</ondown>
126     </control>
127 torben 2592
128 torben 2593
129 torben 2592 </control>
130     </controls>
131     </window>

  ViewVC Help
Powered by ViewVC 1.1.20