[skin.confluence] v4.4.0
Added PVR channel number input
This commit is contained in:
18
720p/custom_PVRChannelNumberInput.xml
Normal file
18
720p/custom_PVRChannelNumberInput.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window id="1113" type="dialog">
|
||||
<visible>[Window.IsActive(fullscreenvideo) | Window.IsActive(visualisation)] + !Window.IsActive(pvrosdchannels) + !String.IsEmpty(PVR.ChannelNumberInput)</visible>
|
||||
<controls>
|
||||
<control type="label">
|
||||
<left>0</left>
|
||||
<top>0</top>
|
||||
<width>100%</width>
|
||||
<height>100%</height>
|
||||
<label>$INFO[PVR.ChannelNumberInput]</label>
|
||||
<shadowcolor>black</shadowcolor>
|
||||
<align>center</align>
|
||||
<font>WeatherTemp</font>
|
||||
<aligny>center</aligny>
|
||||
<visible>!String.IsEmpty(PVR.ChannelNumberInput)</visible>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
Reference in New Issue
Block a user