/[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 3037 - (hide annotations) (download) (as text)
Mon May 30 20:26:56 2016 UTC (8 years ago) by torben
File MIME type: text/xml
File size: 4445 byte(s)
1) switch to https, 2) use white for move discription
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 torben 3037 <!--
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 torben 3037 -->
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 3037 <textcolor>FFFFFFFF</textcolor>
64     <focusedcolor>FFFFFFFF</focusedcolor>
65     <disabledcolor>FFFFFFFF</disabledcolor>
66 torben 2592 </control>
67    
68 torben 2595
69    
70     <control type="label" id="10">
71     <description>Clip playtime</description>
72     <posx>83</posx>
73     <posy>480</posy>
74     <width>580</width>
75     <align>left</align>
76     <wrapmultiline>false</wrapmultiline>
77     <label>Spilletid : 1 time, 20 minutter</label>
78     <font>font15</font>
79     <textcolor>DDced8da</textcolor>
80     </control>
81 torben 2592
82 torben 2595 <control type="label" id="11">
83     <description>Clip details</description>
84     <posx>83</posx>
85     <posy>515</posy>
86     <width>580</width>
87     <align>left</align>
88     <wrapmultiline>false</wrapmultiline>
89     <label>Video : 720x384px (x264/MP3) 1.09 GBytes = 1887 KBit/sec</label>
90     <font>font10</font>
91     <textcolor>DDced8da</textcolor>
92     </control>
93    
94     <control type="button" id="50">
95     <description>submenu button</description>
96     <posx>275</posx>
97     <posy>570</posy>
98     <width>295</width>
99     <height>55</height>
100     <!-- <onclick>ActivateWindow(ShutdownMenu)</onclick>
101     <texturefocus>home-power.gif</texturefocus>
102     <texturenofocus>-</texturenofocus>-->
103     <align>center</align>
104     <aligny>center</aligny>
105     <font>font24_title</font>
106     <label>Afspil film</label>
107     <onleft>98</onleft>
108     <onright>98</onright>
109     <onup>98</onup>
110     <ondown>98</ondown>
111     </control>
112     <control type="button" id="98">
113     <description>submenu button</description>
114     <posx>356</posx>
115     <posy>651</posy>
116     <width>134</width>
117     <height>35</height>
118     <!-- <onclick>ActivateWindow(ShutdownMenu)</onclick>
119     <texturefocus>home-power.gif</texturefocus>
120     <texturenofocus>-</texturenofocus>-->
121     <align>center</align>
122     <aligny>center</aligny>
123     <label>Tilbage</label>
124     <onleft>50</onleft>
125     <onright>50</onright>
126     <onup>50</onup>
127     <ondown>50</ondown>
128     </control>
129 torben 2592
130 torben 2593
131 torben 2592 </control>
132     </controls>
133     </window>

  ViewVC Help
Powered by ViewVC 1.1.20