/[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 3248 - (hide annotations) (download) (as text)
Wed Feb 27 18:40:48 2019 UTC (5 years, 3 months ago) by torben
File MIME type: text/xml
File size: 4494 byte(s)
make buttons a better hight with current skins
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 torben 3147
94    
95 torben 2595 <control type="button" id="50">
96     <description>submenu button</description>
97     <posx>275</posx>
98     <posy>570</posy>
99     <width>295</width>
100 torben 3248 <height>65</height>
101 torben 3147
102 torben 2595 <align>center</align>
103     <aligny>center</aligny>
104     <font>font24_title</font>
105     <label>Afspil film</label>
106 torben 3147
107 torben 2595 <onup>98</onup>
108     <ondown>98</ondown>
109     </control>
110 torben 3147 <control type="button" id="51">
111     <description>submenu button</description>
112     <posx>275</posx>
113     <posy>570</posy>
114     <width>295</width>
115 torben 3248 <height>65</height>
116 torben 3147 <visible>true</visible>
117    
118    
119     <align>center</align>
120     <aligny>center</aligny>
121     <font>font24_title</font>
122 torben 3150 <label>Fortsæt</label>
123 torben 3147
124     <onleft>50</onleft>
125     <onright>50</onright>
126     <onup>98</onup>
127     <ondown>98</ondown>
128     </control>
129    
130    
131 torben 2595 <control type="button" id="98">
132     <description>submenu button</description>
133     <posx>356</posx>
134     <posy>651</posy>
135     <width>134</width>
136 torben 3248 <height>65</height>
137 torben 3147
138 torben 2595 <align>center</align>
139     <aligny>center</aligny>
140     <label>Tilbage</label>
141 torben 3147
142 torben 2595 <onup>50</onup>
143     <ondown>50</ondown>
144     </control>
145 torben 2592
146 torben 2593
147 torben 2592 </control>
148     </controls>
149     </window>

  ViewVC Help
Powered by ViewVC 1.1.20