diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-10-13 14:55:14 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-10-13 14:55:14 +1100 |
commit | d80779289859943041a141633ddb749b393308c9 (patch) | |
tree | 0b2d2e0941a102ef9349980907d96fe56c7fc7d8 /addons/skin.confluence/720p/Home.xml | |
parent | dd23b0121108709424e6aea38e81c5b3059f93a9 (diff) |
Fixed: [Confluence] Re-added back the Live TV Pause button to the side bar and home player controls and also fixed the live tv controls in PlayerControls.xml that were missed in 43000267dd308482f2864b46c43aa738edd4d6bc
Diffstat (limited to 'addons/skin.confluence/720p/Home.xml')
-rw-r--r-- | addons/skin.confluence/720p/Home.xml | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/Home.xml b/addons/skin.confluence/720p/Home.xml index fb62336446..71d29cd4c0 100644 --- a/addons/skin.confluence/720p/Home.xml +++ b/addons/skin.confluence/720p/Home.xml @@ -647,21 +647,40 @@ <texturefocus>OSDStopFO.png</texturefocus> <texturenofocus>OSDStopNF.png</texturenofocus> <onleft>602</onleft> - <onright>606</onright> + <onright>604</onright> <onup>9003</onup> <ondown>9000</ondown> <onclick>down</onclick> <onclick>XBMC.PlayerControl(Stop)</onclick> </control> + <control type="togglebutton" id="604"> + <posx>100</posx> + <posy>2</posy> + <width>30</width> + <height>30</height> + <label>-</label> + <texturefocus>OSDPauseFO.png</texturefocus> + <texturenofocus>OSDPauseNF.png</texturenofocus> + <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> + <alttexturefocus>OSDPlayFO.png</alttexturefocus> + <alttexturenofocus>OSDPlayNF.png</alttexturenofocus> + <onleft>603</onleft> + <onright>606</onright> + <onup>9003</onup> + <ondown>9000</ondown> + <onclick>XBMC.PlayerControl(Play)</onclick> + <enable>Player.PauseEnabled</enable> + <animation effect="fade" start="100" end="30" time="100" condition="!Player.PauseEnabled">Conditional</animation> + </control> <control type="button" id="606"> - <posx>130</posx> + <posx>160</posx> <posy>2</posy> <width>30</width> <height>30</height> <label>-</label> <texturefocus>OSDRecordOffFO.png</texturefocus> <texturenofocus>OSDRecordOffNF.png</texturenofocus> - <onleft>603</onleft> + <onleft>604</onleft> <onright>607</onright> <onup>9003</onup> <ondown>9000</ondown> |