aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/MyMusicPlaylist.xml
blob: 636b528aeb778fcacb66717bb46cc845f3a95c3c (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<window id="500">
	<defaultcontrol always="true">50</defaultcontrol>
	<allowoverlay>no</allowoverlay>
	<views>50,51,506</views>
	<controls>
		<include>CommonMusicBackground</include>
		<include>CommonMediaPlayingBackground</include>
		<include>ContentPanelBackgrounds</include>
		<control type="group">
			<include>Window_OpenClose_Animation</include>		
			<include>CommonRootView</include> <!-- view id = 50 -->
			<include>FullWidthList</include> <!-- view id = 51 -->
			<include>MusicInfoListView</include> <!-- view id = 506 -->
		</control>
		<include>CommonPageCount</include>
		<include>CommonNowPlaying</include>
		<include>BehindDialogFadeOut</include>
		<include>ScrollOffsetLabel</include>
		<control type="group">
			<posx>-250</posx>
			<include>SideBladeLeft</include>
			<control type="grouplist" id="9000">
				<posx>0</posx>
				<posy>110</posy>
				<width>250</width>
				<height>600</height>
				<onleft>9000</onleft>
				<onright>50</onright>
				<onup>9000</onup>
				<ondown>9000</ondown>
				<onback>50</onback>
				<itemgap>0</itemgap>
				<control type="label" id="200">
					<width>250</width>
					<height>35</height>
					<font>font12caps</font>
					<label>31006</label>
					<textcolor>blue</textcolor>
					<align>center</align>
					<aligny>center</aligny>
				</control>
				<control type="button" id="2">
					<description>View As button</description>
					<textwidth>235</textwidth>
					<include>ButtonCommonValues</include>
					<label>-</label>
				</control>
				<control type="label" id="201">
					<width>250</width>
					<height>35</height>
					<font>font12caps</font>
					<label>31026</label>
					<textcolor>blue</textcolor>
					<align>center</align>
					<aligny>center</aligny>
				</control>
				<control type="radiobutton" id="20">
					<description>Shuffle button</description>
					<include>ButtonCommonValues</include>
					<label>191</label>
				</control>
				<control type="button" id="26">
					<description>Repeat button</description>
					<textwidth>235</textwidth>
					<include>ButtonCommonValues</include>
					<label>-</label>
				</control>
				<control type="button" id="21">
					<description>Save button</description>
					<label>190</label>
					<textwidth>235</textwidth>
					<include>ButtonCommonValues</include>
				</control>
				<control type="button" id="22">
					<description>Clear button</description>
					<label>192</label>
					<onclick>ReplaceWindow(music)</onclick>
					<textwidth>235</textwidth>
					<include>ButtonCommonValues</include>
				</control>
				<include>CommonNowPlaying_Controls</include>
			</control>
		</control>
		<control type="group">
			<posx>60</posx>
			<posy>0</posy>
			<animation effect="slide" end="-360,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
			<animation effect="slide" start="-360,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
			<control type="image">
				<posx>0</posx>
				<posy>0</posy>
				<width>300</width>
				<height>35</height>
				<texture border="0,0,32,0">header.png</texture>
			</control>
			<control type="label">
				<include>WindowTitleCommons</include>
				<posx>270</posx>
				<label>$LOCALIZE[10517]</label>
			</control>
		</control>
		<include>WindowTitleHomeButton</include>
		<include>Clock</include>
	</controls>
</window>