/[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 3248 - (show annotations) (download) (as text)
Wed Feb 27 18:40:48 2019 UTC (5 years, 2 months ago) by torben
File MIME type: text/xml
File size: 4494 byte(s)
make buttons a better hight with current skins
1 <window>
2 <defaultcontrol>50</defaultcontrol>
3 <allowoverlay>yes</allowoverlay>
4 <controls>
5 <control type="group">
6 <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 <control type="label" id="1">
19 <description>Heading Label</description>
20 <posx>83</posx>
21 <posy>92</posy>
22 <width>670</width>
23 <align>left</align>
24 <label>TITLE</label>
25 <font>font24_title</font>
26 <textcolor>DDFFFFFF</textcolor>
27 </control>
28 <!--
29 <control type="image" id="40">
30 <description>rating stars</description>
31 <posx>83</posx>
32 <posy>128</posy>
33 <width>320</width>
34 <height>20</height>
35 <texture>stars.png</texture>
36
37 <aspectratio align="left" aligny="top">scale</aspectratio>
38 </control>
39 -->
40 <control type="label" id="2">
41 <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 <description>Clip description label</description>
54 <posx>83</posx>
55 <posy>210</posy>
56 <width>670</width>
57 <align>left</align>
58
59 <wrapmultiline>true</wrapmultiline>
60
61 <label>"Lorem "</label>
62 <font>font15</font>
63 <textcolor>FFFFFFFF</textcolor>
64 <focusedcolor>FFFFFFFF</focusedcolor>
65 <disabledcolor>FFFFFFFF</disabledcolor>
66 </control>
67
68
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
82 <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
95 <control type="button" id="50">
96 <description>submenu button</description>
97 <posx>275</posx>
98 <posy>570</posy>
99 <width>295</width>
100 <height>65</height>
101
102 <align>center</align>
103 <aligny>center</aligny>
104 <font>font24_title</font>
105 <label>Afspil film</label>
106
107 <onup>98</onup>
108 <ondown>98</ondown>
109 </control>
110 <control type="button" id="51">
111 <description>submenu button</description>
112 <posx>275</posx>
113 <posy>570</posy>
114 <width>295</width>
115 <height>65</height>
116 <visible>true</visible>
117
118
119 <align>center</align>
120 <aligny>center</aligny>
121 <font>font24_title</font>
122 <label>Fortsæt</label>
123
124 <onleft>50</onleft>
125 <onright>50</onright>
126 <onup>98</onup>
127 <ondown>98</ondown>
128 </control>
129
130
131 <control type="button" id="98">
132 <description>submenu button</description>
133 <posx>356</posx>
134 <posy>651</posy>
135 <width>134</width>
136 <height>65</height>
137
138 <align>center</align>
139 <aligny>center</aligny>
140 <label>Tilbage</label>
141
142 <onup>50</onup>
143 <ondown>50</ondown>
144 </control>
145
146
147 </control>
148 </controls>
149 </window>

  ViewVC Help
Powered by ViewVC 1.1.20