Files
skin.udumbar/720p/DialogVolumeBar.xml
2015-06-01 00:13:30 -04:00

66 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1</defaultcontrol>
<animation effect="slide" start="0,-40" end="0,0" time="100">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-40" delay="400" time="100">WindowClose</animation>
<controls>
<control type="group">
<left>820</left>
<top>0</top>
<control type="image">
<left>0</left>
<top>-10</top>
<width>300</width>
<height>50</height>
<texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
</control>
<control type="group">
<visible>!player.passthrough</visible>
<control type="image">
<description>Lite Volume Logo</description>
<left>10</left>
<top>0</top>
<width>40</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>VolumeIcon.png</texture>
</control>
<control type="progress" id="1">
<description>progress control</description>
<left>50</left>
<top>8</top>
<width>230</width>
<height>18</height>
<info>Player.Volume</info>
</control>
</control>
<control type="group">
<visible>player.passthrough</visible>
<control type="image">
<description>Lite Volume Logo</description>
<left>10</left>
<top>0</top>
<width>40</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<colordiffuse>CCFF0000</colordiffuse>
<texture>VolumeIcon.png</texture>
</control>
<control type="label">
<description>Passthrough Label</description>
<left>50</left>
<top>6</top>
<width>230</width>
<height>20</height>
<label>$LOCALIZE[29802]</label>
<font>font10_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
</control>
</control>
</controls>
</window>