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.estouchy/xml/DialogPVRInfo.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.estouchy/xml/DialogPVRInfo.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogPVRInfo.xml | 224 |
1 files changed, 224 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogPVRInfo.xml b/addons/skin.estouchy/xml/DialogPVRInfo.xml new file mode 100644 index 0000000..aafa2f9 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRInfo.xml @@ -0,0 +1,224 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">9000</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>130</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>640</height> + <texture>dialog_back.png</texture> + </control> + <control type="group"> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>260</width> + <height>360</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="textbox" id="400"> + <description>Description</description> + <posx>280</posx> + <posy>0</posy> + <width>650</width> + <height>375</height> + <font>font20</font> + <pagecontrol>60</pagecontrol> + <label>$INFO[ListItem.Plot]</label> + </control> + <control type="scrollbar" id="60"> + <posx>942</posx> + <posy>30</posy> + <width>26</width> + <height>315</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol></pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[369]:</label> + <label2>$INFO[ListItem.Title]</label2> + <onclick>noop</onclick> + </item> + <item> + <label>$LOCALIZE[142]</label> + <label2>$INFO[ListItem.StartTime] - $INFO[ListItem.EndTime] ($INFO[ListItem.StartDate])</label2> + <onclick>noop</onclick> + </item> + <item> + <label>$LOCALIZE[180]:</label> + <label2>$INFO[ListItem.Duration]</label2> + <onclick>noop</onclick> + </item> + <item> + <label>$LOCALIZE[19148]:</label> + <label2>$INFO[ListItem.ChannelName]</label2> + <onclick>noop</onclick> + </item> + <item> + <label>$LOCALIZE[135]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + </item> + </content> + </control> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>630</posy> + <width>1000</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <defaultcontrol always="true">5</defaultcontrol> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="5"> + <description>Switch channel</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>19165</label> + <visible>Window.IsActive(PVRGuideInfo)</visible> + </control> + <control type="button" id="8"> + <description>Play recording</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>19687</label> + <visible>Window.IsActive(PVRRecordingInfo)</visible> + </control> + <control type="button" id="6"> + <description>Record</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label></label> + <visible>Window.IsActive(PVRGuideInfo)</visible> + </control> + <control type="button" id="4"> + <description>Find similar</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>19003</label> + <visible>Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo)</visible> + </control> + <control type="button" id="11"> + <description>Reminders</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>826</label> + </control> + </control> + </controls> +</window> |