aboutsummaryrefslogtreecommitdiff
path: root/skin/Confluence
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2010-03-14 04:48:29 +0000
committerjezz_x <jezz_x@svn>2010-03-14 04:48:29 +0000
commit4831f34a6c3371b201a092e087f4104a04ad6798 (patch)
tree707fc75b14f7b4ef8f2fd9011f8a7086712ae783 /skin/Confluence
parentfd6367fdb9a910c23c7c1a54739d901b3cff66ba (diff)
Changed : [Confluence] made location of Play, Stop buttons consistent with fullscreen OSD's
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28579 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin/Confluence')
-rw-r--r--skin/Confluence/720p/PlayerControls.xml32
-rw-r--r--skin/Confluence/720p/includes.xml32
2 files changed, 32 insertions, 32 deletions
diff --git a/skin/Confluence/720p/PlayerControls.xml b/skin/Confluence/720p/PlayerControls.xml
index 83f9ffb0a5..fedacee00f 100644
--- a/skin/Confluence/720p/PlayerControls.xml
+++ b/skin/Confluence/720p/PlayerControls.xml
@@ -41,42 +41,42 @@
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onleft>600</onleft>
- <onright>602</onright>
+ <onright>603</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>XBMC.PlayerControl(Rewind)</onclick>
</control>
- <control type="button" id="602">
+ <control type="togglebutton" id="603">
<posx>80</posx>
<posy>0</posy>
<width>40</width>
<height>40</height>
<label>-</label>
- <texturefocus>OSDStopFO.png</texturefocus>
- <texturenofocus>OSDStopNF.png</texturenofocus>
+ <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>601</onleft>
- <onright>603</onright>
+ <onright>602</onright>
<onup>300</onup>
<ondown>200</ondown>
- <onclick>down</onclick>
- <onclick>XBMC.PlayerControl(Stop)</onclick>
+ <onclick>XBMC.PlayerControl(Play)</onclick>
</control>
- <control type="togglebutton" id="603">
+ <control type="button" id="602">
<posx>120</posx>
<posy>0</posy>
<width>40</width>
<height>40</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>602</onleft>
+ <texturefocus>OSDStopFO.png</texturefocus>
+ <texturenofocus>OSDStopNF.png</texturenofocus>
+ <onleft>603</onleft>
<onright>604</onright>
<onup>300</onup>
<ondown>200</ondown>
- <onclick>XBMC.PlayerControl(Play)</onclick>
+ <onclick>down</onclick>
+ <onclick>XBMC.PlayerControl(Stop)</onclick>
</control>
<control type="button" id="604">
<posx>160</posx>
@@ -86,7 +86,7 @@
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
- <onleft>603</onleft>
+ <onleft>602</onleft>
<onright>605</onright>
<onup>300</onup>
<ondown>200</ondown>
diff --git a/skin/Confluence/720p/includes.xml b/skin/Confluence/720p/includes.xml
index 72caa62d73..f4a91184cd 100644
--- a/skin/Confluence/720p/includes.xml
+++ b/skin/Confluence/720p/includes.xml
@@ -557,7 +557,7 @@
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onleft>600</onleft>
- <onright>601</onright>
+ <onright>603</onright>
<onup>610</onup>
<ondown>608</ondown>
<onclick>XBMC.PlayerControl(Rewind)</onclick>
@@ -565,37 +565,37 @@
</control>
<control type="group">
<animation effect="slide" start="0,0" end="40,0" time="0" condition="Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo">Conditional</animation>
- <control type="button" id="601">
+ <control type="togglebutton" id="603">
<posx>40</posx>
<posy>2</posy>
<width>39</width>
<height>39</height>
<label>-</label>
- <texturefocus>OSDStopFO.png</texturefocus>
- <texturenofocus>OSDStopNF.png</texturenofocus>
+ <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>606</onleft>
- <onright>603</onright>
+ <onright>601</onright>
<onup>610</onup>
<ondown>608</ondown>
- <onclick>down</onclick>
- <onclick>XBMC.PlayerControl(Stop)</onclick>
+ <onclick>XBMC.PlayerControl(Play)</onclick>
</control>
- <control type="togglebutton" id="603">
+ <control type="button" id="601">
<posx>80</posx>
<posy>2</posy>
<width>39</width>
<height>39</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>601</onleft>
+ <texturefocus>OSDStopFO.png</texturefocus>
+ <texturenofocus>OSDStopNF.png</texturenofocus>
+ <onleft>603</onleft>
<onright>607</onright>
<onup>610</onup>
<ondown>608</ondown>
- <onclick>XBMC.PlayerControl(Play)</onclick>
+ <onclick>down</onclick>
+ <onclick>XBMC.PlayerControl(Stop)</onclick>
</control>
<control type="button" id="607">
<posx>120</posx>
@@ -605,7 +605,7 @@
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
- <onleft>603</onleft>
+ <onleft>601</onleft>
<onright>602</onright>
<onup>610</onup>
<ondown>608</ondown>