aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Liberman <arthur_liberman@hotmail.com>2018-11-05 02:29:12 +0200
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2019-04-24 20:29:16 +0200
commit7c3661bdd661960e1f64e9568165a01439279efc (patch)
treefee8c0d8662df3e5a1acef6d843044445a63612d
parent27e260f9f622fcfb06856ac2cf9ed582b10f123d (diff)
[skin.estouchy] Implement ListItem.IsPlayable API
-rw-r--r--addons/skin.estouchy/media/epg_archive.pngbin0 -> 416 bytes
-rw-r--r--addons/skin.estouchy/xml/ViewsPVR.xml16
2 files changed, 16 insertions, 0 deletions
diff --git a/addons/skin.estouchy/media/epg_archive.png b/addons/skin.estouchy/media/epg_archive.png
new file mode 100644
index 0000000000..bf02128d67
--- /dev/null
+++ b/addons/skin.estouchy/media/epg_archive.png
Binary files differ
diff --git a/addons/skin.estouchy/xml/ViewsPVR.xml b/addons/skin.estouchy/xml/ViewsPVR.xml
index a9290088c5..4b13e86584 100644
--- a/addons/skin.estouchy/xml/ViewsPVR.xml
+++ b/addons/skin.estouchy/xml/ViewsPVR.xml
@@ -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">
@@ -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>