[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 compatibility
[xbmc.git] / addons / skin.estuary / xml / FileManager.xml
blob757bc7d23127f0398c4327973009888e3e29ec5f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <window>
3         <defaultcontrol always="true">20</defaultcontrol>
4         <controls>
5                 <include>DefaultBackground</include>
6                 <control type="image">
7                         <description>Dialog Header image</description>
8                         <centerleft>50%</centerleft>
9                         <centertop>50%</centertop>
10                         <width>68</width>
11                         <height>68</height>
12                         <texture colordiffuse="button_focus" border="2">icons/file-manager/left-right.png</texture>
13                         <animation effect="fade" start="0" end="100" time="300" delay="100">WindowOpen</animation>
14                         <animation effect="fade" start="100" end="0" time="160">WindowClose</animation>
15                 </control>
16                 <control type="group">
17                         <left>0</left>
18                         <include>OpenClose_Left</include>
19                         <include content="ContentPanel">
20                                 <param name="width" value="872" />
21                         </include>
22                         <include content="FileManagerPanel">
23                                 <param name="list_id" value="20" />
24                                 <param name="scrollbar_id" value="60" />
25                                 <param name="onleft_id" value="60" />
26                                 <param name="onright_id" value="21" />
27                                 <param name="width" value="812" />
28                         </include>
29                         <control type="scrollbar" id="60">
30                                 <top>list_top_offset</top>
31                                 <left>0</left>
32                                 <width>12</width>
33                                 <bottom>list_bottom_offset</bottom>
34                                 <onleft>20</onleft>
35                                 <onright>20</onright>
36                                 <orientation>vertical</orientation>
37                                 <animation effect="zoom" end="50,100" time="300" tween="sine" center="0,0" easing="inout" condition="!Control.HasFocus(60)">conditional</animation>
38                                 <texturesliderbackground />
39                         </control>
40                 </control>
41                 <control type="group">
42                         <width>818</width>
43                         <right>0</right>
44                         <include>OpenClose_Right</include>
45                         <include content="ContentPanel">
46                                 <param name="width" value="878" />
47                                 <param name="flipx" value="true" />
48                                 <param name="left" value="-20" />
49                         </include>
50                         <include content="FileManagerPanel">
51                                 <param name="list_id" value="21" />
52                                 <param name="scrollbar_id" value="61" />
53                                 <param name="onleft_id" value="20" />
54                                 <param name="onright_id" value="61" />
55                                 <param name="width" value="817" />
56                         </include>
57                         <control type="scrollbar" id="61">
58                                 <left>800</left>
59                                 <animation effect="slide" end="5,0" time="0" condition="true">Conditional</animation>
60                                 <top>list_top_offset</top>
61                                 <width>12</width>
62                                 <bottom>list_bottom_offset</bottom>
63                                 <onleft>21</onleft>
64                                 <onright>21</onright>
65                                 <animation effect="zoom" end="50,100" time="300" tween="sine" center="812,0" easing="inout" condition="!Control.HasFocus(61)">conditional</animation>
66                                 <texturesliderbackground />
67                                 <orientation>vertical</orientation>
68                         </control>
69                 </control>
70                 <include content="TopBar">
71                         <param name="breadcrumbs_label" value="$LOCALIZE[7]" />
72                 </include>
73                 <include>BottomBar</include>
74                 <control type="group">
75                         <bottom>0</bottom>
76                         <height>65</height>
77                         <animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
78                         <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
79                         <control type="label">
80                                 <right>380</right>
81                                 <width>400</width>
82                                 <height>48</height>
83                                 <aligny>center</aligny>
84                                 <shadowcolor>text_shadow</shadowcolor>
85                                 <label>$INFO[Container(21).CurrentItem,, / ]$INFO[Container(21).NumItems]</label>
86                         </control>
87                         <control type="label" id="102">
88                                 <right>40</right>
89                                 <width>600</width>
90                                 <height>48</height>
91                                 <font>font30_title</font>
92                                 <align>right</align>
93                                 <aligny>center</aligny>
94                                 <label>$PARAM[header_label]</label>
95                                 <haspath>true</haspath>
96                                 <shadowcolor>black</shadowcolor>
97                         </control>
98                         <control type="label">
99                                 <left>380</left>
100                                 <width>400</width>
101                                 <height>48</height>
102                                 <aligny>center</aligny>
103                                 <align>right</align>
104                                 <shadowcolor>text_shadow</shadowcolor>
105                                 <label>$INFO[Container(20).CurrentItem,, / ]$INFO[Container(20).NumItems]</label>
106                         </control>
107                         <control type="label" id="101">
108                                 <left>40</left>
109                                 <width>600</width>
110                                 <height>48</height>
111                                 <font>font30_title</font>
112                                 <aligny>center</aligny>
113                                 <label>$PARAM[header_label]</label>
114                                 <haspath>true</haspath>
115                                 <shadowcolor>black</shadowcolor>
116                         </control>
117                 </control>
118         </controls>
119 </window>