only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / DialogFavourites.xml
1 <window type="dialog" id="134">
2         <defaultcontrol always="true">450</defaultcontrol>
3         <include>Window_OpenClose_Animation_Zoom</include>
4         <coordinates>
5                 <system>1</system>
6                 <posx>290</posx>
7                 <posy>80</posy>
8         </coordinates>
9         <controls>
10                 <control type="image">
11                         <posx>0</posx>
12                         <posy>0</posy>
13                         <width>700</width>
14                         <height>60</height>
15                         <texture border="5">DialogHeader.png</texture>
16                 </control>
17                 <control type="image">
18                         <posx>0</posx>
19                         <posy>60</posy>
20                         <width>700</width>
21                         <height>740</height>
22                         <texture border="5">DialogBack.png</texture>
23                 </control>
24                 <control type="label">
25                         <description>header label</description>
26                         <posx>20</posx>
27                         <posy>0</posy>
28                         <include>WindowTitleCommons</include>
29                         <width>600</width>
30                         <label>$LOCALIZE[1036]</label>
31                 </control>
32                 <control type="group">
33                         <posx>630</posx>
34                         <posy>0</posy>
35                         <include>DialogCloseButtonCommons</include>
36                 </control>
37                 <control type="list" id="450">
38                         <posx>0</posx>
39                         <posy>60</posy>
40                         <width>700</width>
41                         <height>680</height>
42                         <onup>450</onup>
43                         <onleft>450</onleft>
44                         <onright>450</onright>
45                         <ondown>450</ondown>
46                         <pagecontrol>-</pagecontrol>
47                         <scrolltime>200</scrolltime>
48                         <itemlayout height="80">
49                                 <control type="image">
50                                         <posx>0</posx>
51                                         <posy>-2</posy>
52                                         <width>700</width>
53                                         <height>5</height>
54                                         <texture>separator.png</texture>
55                                 </control>
56                                 <control type="label">
57                                         <posx>20</posx>
58                                         <posy>0</posy>
59                                         <width>530</width>
60                                         <height>80</height>
61                                         <font>font13</font>
62                                         <align>left</align>
63                                         <aligny>center</aligny>
64                                         <textcolor>black</textcolor>
65                                         <selectedcolor>selected</selectedcolor>
66                                         <label>$INFO[ListItem.Label]</label>
67                                 </control>
68                                 <control type="image">
69                                         <posx>560</posx>
70                                         <posy>4</posy>
71                                         <width>120</width>
72                                         <height>72</height>
73                                         <aspectratio align="right">keep</aspectratio>
74                                         <fadetime>IconCrossfadeTime</fadetime>
75                                         <texture>$INFO[ListItem.Icon]</texture>
76                                         <bordertexture border="5">ThumbBorderGrey.png</bordertexture>
77                                         <bordersize>2</bordersize>
78                                 </control>
79                         </itemlayout>
80                         <focusedlayout height="80">
81                                 <control type="image">
82                                         <posx>0</posx>
83                                         <posy>-2</posy>
84                                         <width>700</width>
85                                         <height>5</height>
86                                         <texture>separator.png</texture>
87                                 </control>
88                                 <control type="label">
89                                         <posx>20</posx>
90                                         <posy>0</posy>
91                                         <width>530</width>
92                                         <height>80</height>
93                                         <font>font13</font>
94                                         <align>left</align>
95                                         <aligny>center</aligny>
96                                         <textcolor>black</textcolor>
97                                         <selectedcolor>selected</selectedcolor>
98                                         <label>$INFO[ListItem.Label]</label>
99                                 </control>
100                                 <control type="image">
101                                         <posx>560</posx>
102                                         <posy>4</posy>
103                                         <width>120</width>
104                                         <height>72</height>
105                                         <aspectratio align="right">keep</aspectratio>
106                                         <fadetime>IconCrossfadeTime</fadetime>
107                                         <texture>$INFO[ListItem.Icon]</texture>
108                                         <bordertexture border="5">ThumbBorderGrey.png</bordertexture>
109                                         <bordersize>2</bordersize>
110                                 </control>
111                         </focusedlayout>
112                 </control>
113                 <control type="label">
114                         <description>Page label</description>
115                         <posx>680</posx>
116                         <posy>760</posy>
117                         <width>660</width>
118                         <height>30</height>
119                         <align>right</align>
120                         <aligny>center</aligny>
121                         <font>font13</font>
122                         <textcolor>black</textcolor>
123                         <label>($INFO[Container(450).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages])</label>
124                 </control>
125         </controls>
126 </window>