diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
commit | c04dcc2e7d834218ef2d4194331e383402495ae1 (patch) | |
tree | 7333e38d10d75386e60f336b80c2443c1166031d /addons/skin.estuary/xml/DialogPVRChannelGuide.xml | |
parent | Initial commit. (diff) | |
download | kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip |
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'addons/skin.estuary/xml/DialogPVRChannelGuide.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRChannelGuide.xml | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRChannelGuide.xml b/addons/skin.estuary/xml/DialogPVRChannelGuide.xml new file mode 100644 index 0000000..dc08d91 --- /dev/null +++ b/addons/skin.estuary/xml/DialogPVRChannelGuide.xml @@ -0,0 +1,144 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">11</defaultcontrol> + <controls> + <control type="group"> + <animation effect="fade" start="0" end="100" time="100">WindowOpen</animation> + <animation effect="fade" start="100" end="0" time="100">WindowClose</animation> + <animation effect="fade" start="100" end="75" time="0" condition="true">Conditional</animation> + <visible>!Window.IsActive(fullscreenvideo)</visible> + <include>ColoredBackgroundImages</include> + </control> + <control type="group"> + <depth>DepthOSD</depth> + <animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation> + <control type="group"> + <include>OpenClose_Left</include> + <include content="ContentPanel"> + <param name="width" value="840" /> + </include> + <control type="fixedlist" id="11"> + <left>0</left> + <top>list_top_offset</top> + <width>1900</width> + <bottom>list_bottom</bottom> + <onleft>60</onleft> + <onright>60</onright> + <onup>11</onup> + <ondown>11</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime tween="cubic" easing="out">500</scrolltime> + <movement>4</movement> + <focusposition>4</focusposition> + <itemlayout height="90" width="1900"> + <control type="label"> + <left>20</left> + <width>150</width> + <bottom>0</bottom> + <aligny>center</aligny> + <textcolor>grey</textcolor> + <label>$INFO[ListItem.StartTime]</label> + </control> + <control type="label"> + <left>150</left> + <width>610</width> + <bottom>0</bottom> + <align>right</align> + <aligny>center</aligny> + <label>$VAR[PVRListItemSubLabel]</label> + </control> + </itemlayout> + <focusedlayout height="90" width="1900"> + <control type="image"> + <left>0</left> + <width>780</width> + <bottom>0</bottom> + <texture colordiffuse="button_focus">lists/focus.png</texture> + <visible>Control.HasFocus(11)</visible> + <animation effect="fade" start="100" end="0" time="0">UnFocus</animation> + </control> + <control type="label"> + <left>20</left> + <width>150</width> + <bottom>0</bottom> + <aligny>center</aligny> + <label>$INFO[ListItem.StartTime]</label> + </control> + <control type="label"> + <left>150</left> + <width>610</width> + <bottom>0</bottom> + <align>right</align> + <aligny>center</aligny> + <label>$VAR[PVRListItemSubLabelFocused]</label> + <scroll>true</scroll> + </control> + <control type="group"> + <visible>!String.IsEmpty(ListItem.Plot) + Control.HasFocus(11)</visible> + <animation effect="fade" start="0" end="100" time="200">Focus</animation> + <control type="image"> + <left>772</left> + <top>-100</top> + <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>1135</left> + <top>-70</top> + <width>760</width> + <height>290</height> + <label>$INFO[ListItem.Plot]</label> + <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll> + </control> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <left>768</left> + <top>list_top_offset</top> + <width>12</width> + <bottom>list_bottom</bottom> + <onleft>11</onleft> + <onright>11</onright> + <texturesliderbackground /> + <animation effect="zoom" start="100,100" end="50,100" center="780,0" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(60)">conditional</animation> + </control> + </control> + <control type="image"> + <left>0</left> + <bottom>0</bottom> + <width>100%</width> + <height>115</height> + <texture flipy="true">frame/InfoBar.png</texture> + </control> + <control type="group"> + <include>Animation_TopSlide</include> + <control type="image"> + <left>0</left> + <width>780</width> + <height>110</height> + <texture>frame/InfoBar.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <textoffsetx>40</textoffsetx> + <width>1300</width> + <height>70</height> + <font>font45</font> + <aligny>center</aligny> + <label>$LOCALIZE[19069]$INFO[Container(11).ListItem.StartDate, - ]</label> + <shadowcolor>black</shadowcolor> + </control> + </control> + </control> + </controls> +</window> |