2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">9000</defaultcontrol>
|
|
|
|
<controls>
|
|
|
|
<!--background-->
|
|
|
|
<include>globalBackground</include>
|
2019-02-03 22:09:09 +01:00
|
|
|
<!--mini window-->
|
|
|
|
<include>miniVideoPlayer</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--main menu-->
|
|
|
|
<control type="group">
|
|
|
|
<posx>col-4-begin</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>row-7-begin</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--animations-->
|
|
|
|
<include>modalDialogInOutVertical</include>
|
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<texture>colors/white.png</texture>
|
2016-02-21 19:58:08 +01:00
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>12-row</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<texture>colors/black.png</texture>
|
2015-03-27 21:31:13 +01:00
|
|
|
<colordiffuse>overlay</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2016-11-08 11:36:35 +01:00
|
|
|
<posx>24</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>0</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>8-col</width>
|
2015-03-27 21:31:13 +01:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>dialogTitle</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$LOCALIZE[5]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<!--menu-->
|
|
|
|
<control type="Panel" id="9000">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>12</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>12-col</height>
|
2017-10-07 11:53:15 +02:00
|
|
|
<ondown>9001</ondown>
|
2015-03-27 21:31:13 +01:00
|
|
|
<itemlayout width="6-col" height="3-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>18</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texture border="0">colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>3-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>symbolLarge</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>menuUnselected</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>84</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2018-01-24 17:55:58 +01:00
|
|
|
<font>settingsCategory</font>
|
2016-11-08 11:36:35 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>84</posx>
|
|
|
|
<posy>1-row</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2016-08-07 19:54:04 +02:00
|
|
|
<font>settingsCategoryTitle</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>menuUnselected</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[listitem.property(label3)]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2015-03-27 21:31:13 +01:00
|
|
|
<focusedlayout width="6-col" height="3-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>18</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texture border="0">colors/white.png</texture>
|
|
|
|
<colordiffuse>textActive</colordiffuse>
|
2015-03-31 21:21:43 +02:00
|
|
|
<include>spinFocusIcon</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>3-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>symbolLarge</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>ff222222</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>84</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2018-01-24 17:55:58 +01:00
|
|
|
<font>settingsCategory</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>84</posx>
|
|
|
|
<posy>1-row</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2016-08-07 19:54:04 +02:00
|
|
|
<font>settingsCategoryTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[listitem.property(label3)]</label>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
<content>
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>Player Settings</description>
|
|
|
|
<label>$LOCALIZE[14201]</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31063]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>activatewindow(PlayerSettings)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>Library Settings</description>
|
|
|
|
<label>$LOCALIZE[14203]</label>
|
2016-08-05 17:04:36 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31079]</property>
|
|
|
|
<onclick>activatewindow(MediaSettings)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2017-01-14 12:24:25 +01:00
|
|
|
<item>
|
|
|
|
<description>PVR Settings</description>
|
|
|
|
<label>$LOCALIZE[14205]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31081]</property>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>ActivateWindow(PVRSettings)</onclick>
|
|
|
|
</item>
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>Services Settings</description>
|
|
|
|
<label>$LOCALIZE[14208]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31071]</property>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>activatewindow(ServiceSettings)</onclick>
|
|
|
|
</item>
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>Interface settings</description>
|
|
|
|
<label>$LOCALIZE[14207]</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31061]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>activatewindow(InterfaceSettings)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-01-24 17:55:58 +01:00
|
|
|
<description>Game settings</description>
|
|
|
|
<label>$LOCALIZE[31230]</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31231]</property>
|
|
|
|
<onclick>activatewindow(gamesettings)</onclick>
|
2016-07-29 11:22:38 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Profiles</description>
|
|
|
|
<label>$LOCALIZE[14210]</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31103]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>activatewindow(Profiles)</onclick>
|
2016-07-29 11:30:53 +02:00
|
|
|
</item>
|
2017-01-14 12:24:25 +01:00
|
|
|
<item>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>System</description>
|
2017-01-14 12:24:25 +01:00
|
|
|
<label>$LOCALIZE[14209]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31105]</property>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>activatewindow(SystemSettings)</onclick>
|
|
|
|
</item>
|
2017-01-14 12:24:25 +01:00
|
|
|
<item>
|
|
|
|
<description>Addons</description>
|
|
|
|
<label>24001</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31067]</property>
|
|
|
|
<onclick>activatewindow(AddonBrowser)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2017-01-14 12:24:25 +01:00
|
|
|
<item>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>File Manager</description>
|
|
|
|
<label>10003</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31095]</property>
|
2016-08-07 19:54:04 +02:00
|
|
|
<onclick>activatewindow(filemanager)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2017-01-14 12:24:25 +01:00
|
|
|
<item>
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Programs</description>
|
|
|
|
<label>31003</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31111]</property>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>ActivateWindow(programs,addons,return)</onclick>
|
|
|
|
</item>
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>System Info</description>
|
|
|
|
<label>$LOCALIZE[138]</label>
|
2016-08-05 17:04:36 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31108]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>ActivateWindow(systeminfo)</onclick>
|
|
|
|
</item>
|
2014-09-28 20:47:53 +02:00
|
|
|
</content>
|
|
|
|
</control>
|
2017-10-07 11:53:15 +02:00
|
|
|
<!--libreelec builds only-->
|
|
|
|
<control type="button" id="9001">
|
|
|
|
<visible>System.HasAddon(service.libreelec.settings)</visible>
|
|
|
|
<label>$LOCALIZE[31226]</label>
|
|
|
|
<posx>6-col</posx>
|
|
|
|
<posy>15-row</posy>
|
|
|
|
<width>6-col</width>
|
|
|
|
<align>center</align>
|
|
|
|
<texturenofocus>colors/offblack.png</texturenofocus>
|
|
|
|
<onclick>RunAddon(service.libreelec.settings)</onclick>
|
|
|
|
<onup>9000</onup>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>WindowID</include>
|
|
|
|
<label>Settings.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|