blob: 968d23c9e06021ec744c97dfe867a94c16f9e8c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">500</defaultcontrol>
<backgroundcolor>background</backgroundcolor>
<views>50,52,53,55,500</views>
<menucontrol>9000</menucontrol>
<controls>
<include>DefaultBackground</include>
<control type="group">
<animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
<include>View_50_List</include>
<include>View_52_IconWall</include>
<include>View_53_Shift</include>
<include>View_55_WideList</include>
<include>View_500_Wall</include>
<control type="group">
<depth>DepthContentPanel</depth>
<include>OpenClose_Left</include>
<include>Visible_Left</include>
<visible>Control.IsVisible(55)</visible>
<include>ListThumbInfoPanel</include>
</control>
<include content="TopBar">
<param name="breadcrumbs_label" value="$LOCALIZE[1036]" />
</include>
<include content="BottomBar">
<param name="info_visible" value="true" />
</include>
<include>CommonScrollbars</include>
<include>MediaMenuMouseOverlay</include>
<control type="group">
<include>MediaMenuCommon</include>
<control type="grouplist" id="9000">
<top>50</top>
<include>MediaMenuListCommon</include>
<include>MediaMenuNowPlaying</include>
</control>
</control>
</control>
</controls>
</window>
|