Files
addon/resources/skins/Default/720p/NextDialog.xml
2020-01-08 20:14:07 +01:00

100 lines
5.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">20</defaultcontrol>
<onload>Dialog.Close(fullscreeninfo,true)</onload>
<onload>Dialog.Close(videoosd,true)</onload>
<controls>
<control type="group">
<animation type="WindowOpen" reversible="false">
<effect type="fade" start="0" end="100" time="600" />
<effect type="slide" start="-115,-0" end="0,0" time="600" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="fade" start="100" end="0" time="400" />
<effect type="slide" start="0,0" end="-115,0" time="400" />
</animation>
<control type="group">
<right>0</right>
<height>50</height>
<width>45%</width>
<!-- Background -->
<control type="image">
<top>0</top>
<width>100%</width>
<height>50</height>
<texture colordiffuse="88232323">Shortcut/dialog-bg-solid.png</texture>
</control>
<control type="group">
<top>0</top>
<left>0</left>
<width>100%</width>
<!-- buttons -->
<control type="button" id="3012">
<left>-1000</left>
<top>-1000</top>
<height>1</height>
<width>1</width>
</control>
<control type="grouplist" id="20">
<orientation>horizontal</orientation>
<height>50</height>
<itemgap>10</itemgap>
<align>left</align>
<control type="button" id="10">
<label>$ADDON[plugin.video.kod 70750]</label>
<onclick>SendClick(3012)</onclick>
<visible>Integer.IsGreater(Player.TimeRemaining,59)</visible>
<height>50</height>
<width min="50">auto</width>
<font>font30_title</font>
<textoffsetx>55</textoffsetx>
<textcolor>ddffffff</textcolor>
<focusedcolor>eeffffff</focusedcolor>
<selectedcolor>ddffffff</selectedcolor>
<shadowcolor>22000000</shadowcolor>
<aligny>center</aligny>
<align>center</align>
<texturefocus border="10" colordiffuse="FF65B3DA">Shortcut/button-fo.png</texturefocus>
<texturenofocus border="10" colordiffuse="0065B3DA">Shortcut/button-fo.png</texturenofocus>
<pulseonselect>no</pulseonselect>
</control>
<control type="button" id="11">
<label>$ADDON[plugin.video.kod 70750] $INFO[Player.TimeRemaining(ss),,] $ADDON[plugin.video.kod 70751]</label>
<onclick>SendClick(3012)</onclick>
<visible>!Integer.IsGreater(Player.TimeRemaining,59)</visible>
<height>50</height>
<width min="50">auto</width>
<font>font30_title</font>
<textoffsetx>55</textoffsetx>
<textcolor>ddffffff</textcolor>
<focusedcolor>eeffffff</focusedcolor>
<selectedcolor>ddffffff</selectedcolor>
<shadowcolor>22000000</shadowcolor>
<aligny>center</aligny>
<align>center</align>
<texturefocus border="10" colordiffuse="FF65B3DA">Shortcut/button-fo.png</texturefocus>
<texturenofocus border="10" colordiffuse="0065B3DA">Shortcut/button-fo.png</texturenofocus>
<pulseonselect>no</pulseonselect>
</control>
<control type="button" id="3013">
<label>$ADDON[plugin.video.kod 60396]</label>
<height>50</height>
<width min="50">auto</width>
<font>font30_title</font>
<textoffsetx>15</textoffsetx>
<textcolor>ddffffff</textcolor>
<focusedcolor>eeffffff</focusedcolor>
<selectedcolor>ddffffff</selectedcolor>
<shadowcolor>22000000</shadowcolor>
<aligny>center</aligny>
<align>center</align>
<texturefocus border="10" colordiffuse="FF65B3DA">Shortcut/button-fo.png</texturefocus>
<texturenofocus border="10" colordiffuse="0065B3DA">Shortcut/button-fo.png</texturenofocus>
<pulseonselect>no</pulseonselect>
</control>
</control>
</control>
</control>
</control>
</controls>
</window>