diff options
author | Lars Op den Kamp <opdenkamp@gmail.com> | 2012-10-01 00:41:27 -0700 |
---|---|---|
committer | Lars Op den Kamp <opdenkamp@gmail.com> | 2012-10-01 00:41:27 -0700 |
commit | dcc951af9560374a1c6bd0f8459a3b725cb62e7d (patch) | |
tree | 0af470a26060df51523b438f2e6e7de4499ab651 /addons/skin.confluence/720p | |
parent | e5803680296b6b69eac0a119fbe4c30d2cb7d847 (diff) | |
parent | b0b78455a5c1394bff636e71637e454e363d155a (diff) |
Merge pull request #1452 from fetzerch/bugfix-pvr-cleanup
[pvr] Show resume indicator for recordings + some cleanups
Diffstat (limited to 'addons/skin.confluence/720p')
-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> |