diff options
author | Christian Fetzer <fetzer.ch@googlemail.com> | 2012-09-20 21:09:15 +0200 |
---|---|---|
committer | Christian Fetzer <fetzer.ch@googlemail.com> | 2012-09-22 13:52:00 +0200 |
commit | cfab786f22ad324fb07314bbd4ad629f06c09450 (patch) | |
tree | 416f8e57001aae30dceb73f6096c51b7ab9fcc29 /addons/skin.confluence/720p/ViewsPVR.xml | |
parent | 0a489516f0e76d3454bd91aae94fd4b34db85ca8 (diff) |
[pvr] Resume indicator for recordings
Update LISTITEM_IS_RESUMABLE and LISTITEM_PERCENT_PLAYED in
CGUIInfoManager to support recordings properly.
Diffstat (limited to 'addons/skin.confluence/720p/ViewsPVR.xml')
-rw-r--r-- | addons/skin.confluence/720p/ViewsPVR.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/ViewsPVR.xml b/addons/skin.confluence/720p/ViewsPVR.xml index 003009e3bb..c95c526b75 100644 --- a/addons/skin.confluence/720p/ViewsPVR.xml +++ b/addons/skin.confluence/720p/ViewsPVR.xml @@ -678,6 +678,15 @@ <width>20</width> <height>16</height> <texture>$INFO[ListItem.Overlay]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>730</posx> + <posy>14</posy> + <width>16</width> + <height>16</height> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> </control> </itemlayout> <focusedlayout height="40" width="760"> @@ -744,6 +753,15 @@ <width>20</width> <height>16</height> <texture>$INFO[ListItem.Overlay]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>730</posx> + <posy>14</posy> + <width>16</width> + <height>16</height> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> </control> </focusedlayout> </control> |