diff options
author | Mário Franco <mario.ffranco@gmail.com> | 2018-08-26 16:07:22 +0100 |
---|---|---|
committer | Mario Franco <mario@vivasuperstars.com> | 2018-08-29 22:15:03 +0100 |
commit | d74ec8ecf1e99f7ed8b53c29980cfadd96ad52b1 (patch) | |
tree | b918b961f579682e7e2146bc484f42856ec625ab /addons | |
parent | 4eab2c45e9c1ef2e3515f8dc503a3f52c9c28e0d (diff) |
Updated estuary skin to show epg image on Dialog Channel Guide
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRChannelGuide.xml | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRChannelGuide.xml b/addons/skin.estuary/xml/DialogPVRChannelGuide.xml index c6f2316155..cd972e6371 100644 --- a/addons/skin.estuary/xml/DialogPVRChannelGuide.xml +++ b/addons/skin.estuary/xml/DialogPVRChannelGuide.xml @@ -19,7 +19,7 @@ </include> <control type="fixedlist" id="11"> <left>0</left> - <width>1600</width> + <width>1900</width> <height>100%</height> <onleft>60</onleft> <onright>60</onright> @@ -29,7 +29,7 @@ <scrolltime tween="cubic" easing="out">500</scrolltime> <movement>4</movement> <focusposition>5</focusposition> - <itemlayout height="90" width="1600"> + <itemlayout height="90" width="1900"> <control type="label"> <left>20</left> <width>150</width> @@ -47,7 +47,7 @@ <label>$INFO[ListItem.Label]</label> </control> </itemlayout> - <focusedlayout height="90" width="1600"> + <focusedlayout height="90" width="1900"> <control type="image"> <left>0</left> <width>780</width> @@ -75,14 +75,22 @@ <visible>!String.IsEmpty(ListItem.Plot) + Control.HasFocus(11)</visible> <animation effect="fade" start="0" end="100" time="200">Focus</animation> <control type="image"> - <left>782</left> + <left>772</left> <top>-100</top> - <width>900</width> + <width>1210</width> <height>350</height> <texture border="40">buttons/dialogbutton-nofo.png</texture> </control> + <control type="image"> + <left>805</left> + <top>-65</top> + <width>320</width> + <height>280</height> + <aspectratio align="center" aligny="center">keep</aspectratio> + <texture fallback="DefaultTVShows.png" >$INFO[Listitem.Icon]</texture> + </control> <control type="textbox"> - <left>815</left> + <left>1135</left> <top>-70</top> <width>760</width> <height>290</height> |