skin.pellucid/1080i/GameOSD.xml

139 lines
5.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<window>
<defaultcontrol always="true">100</defaultcontrol>
<include>fadeInOut</include>
<controls>
<!-- options menu-->
<control type="group">
<posx>0</posx>
<posy>0</posy>
<!--overlay-->
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>e9FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<include>modalDialogInOutVertical</include>
<posx>col-10-begin</posx>
<posy>row-7-begin</posy>
<!--controls-->
<control type="panel" id="100">
<posx>0</posx>
<posy>4-row</posy>
<width>6-col</width>
<height>14-row</height>
<orientation>vertical</orientation>
<itemlayout width="6-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>eeffffff</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<visible>Player.Playing | player.forwarding | player.rewinding</visible>
<description>Play/Pause</description>
<label>$LOCALIZE[35224]</label>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(play)</onclick>
</item>
<item>
<visible>Player.Paused</visible>
<description>Pause</description>
<label>$LOCALIZE[35224]</label>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(play)</onclick>
</item>
<item>
<description>Reset button</description>
<label>$LOCALIZE[13007]</label>
<label2></label2>
<onclick>PlayerControl(Reset)</onclick>
</item>
<item>
<description>Stop button</description>
<label>$LOCALIZE[35222]</label>
<label2></label2>
<onclick>PlayerControl(Stop)</onclick>
</item>
<item>
<description>Settings button</description>
<label>$LOCALIZE[5]</label>
<label2></label2>
<onclick>ActivateWindow(1101)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>GameOSD.xml</label>
</control>
</controls>
</window>