skin.pellucidPlus/1080i/DialogSongInfo.xml

234 lines
9.9 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-03-27 21:31:13 +01:00
<defaultcontrol always="true">9000</defaultcontrol>
<include>fadeInOut</include>
<controls>
<include>modalDialog</include>
2014-09-28 20:47:53 +02:00
<control type="group">
2015-03-27 21:31:13 +01:00
<posx>col-8-begin</posx>
<posy>row-8-begin</posy>
<!--animations-->
<include>modalDialogInOut</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>3-col-gutter</height>
<aspectratio aligny="bottom">stretch</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<description>Song Title</description>
<posx>3-col</posx>
<posy>0</posy>
<width>6-col</width>
<font>mediumStrong</font>
<label>$INFO[ListItem.Title]</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">
<description>Artist</description>
<posx>3-col</posx>
<posy>1-row</posy>
<width>6-col</width>
<font>itemTitle</font>
2015-03-31 21:21:43 +02:00
<label>[COLOR textAccented]$INFO[ListItem.artist,, ][/COLOR]$INFO[ListItem.Album]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
</control>
<!--song ratings-->
<control type="group">
<control type="image">
<posx>3-col</posx>
<posy>134</posy>
<width>213</width>
<height>55</height>
<aspectratio>stretch</aspectratio>
<texture>colors/offblack.png</texture>
</control>
<control type="label">
<posx>228</posx>
<posy>132</posy>
<width>4-col-gutter</width>
<font>largeStrong</font>
<textcolor>textActive</textcolor>
<label fallback="0.0*">$INFO[ListItem.Rating,,.0*]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="panel" id="8000">
<posx>6-col</posx>
<posy>132</posy>
<width>3-col</width>
<height>1-row</height>
<itemgap>3</itemgap>
<ondown>9000</ondown>
<orientation>horizontal</orientation>
<itemlayout width="1-col" height="1-col">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>69</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/offblack.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>-4</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbol</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="1-col" height="1-col">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>69</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>-4</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbol</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<description>Rating down</description>
<label></label>
<thumb>-</thumb>
<onclick>DecreaseRating</onclick>
</item>
<item>
<description>Rating up</description>
<label></label>
<thumb>-</thumb>
<onclick>IncreaseRating</onclick>
</item>
<item>
<description>Save</description>
<label></label>
<thumb>-</thumb>
<onclick>SendClick(135,10)</onclick>
</item>
</content>
</control>
</control>
<!--album info / thumb download-->
<control type="panel" id="9000">
<posx>3-col</posx>
<posy>4-row</posy>
<width>16-col</width>
<height>1-row</height>
2014-09-28 20:47:53 +02:00
<itemgap>3</itemgap>
2015-03-27 21:31:13 +01:00
<onup>8000</onup>
<orientation>horizontal</orientation>
<itemlayout width="3-col" height="1-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
<posy>2</posy>
2015-03-27 21:31:13 +01:00
<width>3-col</width>
2014-09-28 20:47:53 +02:00
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>3-col-gutter</width>
<font>menuTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-03-27 21:31:13 +01:00
<focusedlayout width="3-col" height="1-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
<posy>2</posy>
2015-03-27 21:31:13 +01:00
<width>3-col</width>
2014-09-28 20:47:53 +02:00
<height>53</height>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>3-col-gutter</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
2015-03-27 21:31:13 +01:00
<item>
<description>Album Info button</description>
<label>10523</label>
2014-09-28 20:47:53 +02:00
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(135,12)</onclick>
</item>
2015-03-27 21:31:13 +01:00
<item>
<description>Get Thumb button</description>
<label>13405</label>
2014-09-28 20:47:53 +02:00
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(135,13)</onclick>
</item>
</content>
2015-03-27 21:31:13 +01:00
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="group">
2014-09-28 20:47:53 +02:00
<visible>false</visible>
<!--selection buttons-->
<control type="button" id="10">
2015-03-27 21:31:13 +01:00
<description>Ok button</description>
</control>
<control type="button" id="11">
<description>Cancel button</description>
</control>
<control type="button" id="12">
<description>Album Info button</description>
</control>
<control type="button" id="13">
<description>Get Thumb button</description>
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSongInfo.xml</label>
</control>
2015-03-27 21:31:13 +01:00
</controls>
</window>