Skip to content

Commit

Permalink
[skin.estouchy] Implement ListItem.IsPlayable API
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-liberman committed Nov 5, 2018
1 parent 84b5c88 commit d7c8841
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added addons/skin.estouchy/media/epg_archive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions addons/skin.estouchy/xml/ViewsPVR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,14 @@
<texture>epg_schedule.png</texture>
<visible>ListItem.HasTimer</visible>
</control>
<control type="image">
<posx>5</posx>
<posy>45</posy>
<width>20</width>
<height>20</height>
<texture>epg_archive.png</texture>
<visible>![ListItem.IsRecording | ListItem.HasTimer] + ListItem.IsPlayable</visible>
</control>
</itemlayout>
<focusedlayout width="40" height="65">
<control type="image" id="2">
Expand Down Expand Up @@ -370,6 +378,14 @@
<texture>epg_schedule.png</texture>
<visible>ListItem.HasTimer</visible>
</control>
<control type="image">
<posx>7</posx>
<posy>44</posy>
<width>15</width>
<height>15</height>
<texture>epg_archive.png</texture>
<visible>![ListItem.IsRecording | ListItem.HasTimer] + ListItem.IsPlayable</visible>
</control>
</focusedlayout>
</control>
</include>
Expand Down

0 comments on commit d7c8841

Please sign in to comment.