skin.pellucidPlus/1080i/custom_subtitleMenu.xml

77 lines
3.5 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2015-11-09 22:07:33 +01:00
<window type="dialog" id="1104">
2014-09-28 20:47:53 +02:00
<defaultcontrol always="true">5000</defaultcontrol>
2015-03-27 21:31:13 +01:00
<controls>
<include>fadeInOut</include>
<control type="group">
<visible>!Window.IsVisible(SliderDialog)</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
2015-05-21 00:38:26 +02:00
<posx>col-10-begin</posx>
2015-04-27 22:30:43 +02:00
<posy>row-9-begin</posy>
2015-03-27 21:31:13 +01:00
<!--animations-->
<include>modalDialogInOutVertical</include>
<!--subtitle menu-->
2015-04-27 22:30:43 +02:00
<control type="grouplist" id="5000">
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>6-col</width>
2015-03-27 21:31:13 +01:00
<height>11-row</height>
<itemgap>0</itemgap>
<control type="radiobutton" id="1">
<description>Enable subtitles</description>
<enable>VideoPlayer.HasSubtitles</enable>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-05-21 00:38:26 +02:00
<focusedcolor>textActive</focusedcolor>
2015-11-15 13:52:30 +01:00
<label>31151</label>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
2015-03-27 21:31:13 +01:00
<onclick>ShowSubtitles</onclick>
<selected>VideoPlayer.SubtitlesEnabled</selected>
</control>
<control type="button" id="3">
<description>Adjust Subtitle Offset</description>
<visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
2015-05-21 00:38:26 +02:00
<label>31202</label>
2015-04-27 22:30:43 +02:00
<width>8-col</width>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-05-21 00:38:26 +02:00
<focusedcolor>textActive</focusedcolor>
<onclick>SubtitleDelay</onclick>
2015-03-27 21:31:13 +01:00
</control>
2015-11-15 13:52:30 +01:00
<control type="button" id="4">
<description>Download Subtitle</description>
<width>8-col</width>
<label>31154</label>
2016-02-21 19:58:08 +01:00
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
2015-11-15 13:52:30 +01:00
<focusedcolor>textActive</focusedcolor>
<onclick>Dialog.Close(VideoOSD)</onclick>
<onclick>ActivateWindow(SubtitleSearch)</onclick>
</control>
2015-03-27 21:31:13 +01:00
</control>
</control>
</control>
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>custom_subtitleMenu.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>