ea245d2abc
Most of the work from Alex Gonzales (@Musi13)
15 lines
547 B
XML
15 lines
547 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="Channels" extends="JFGroup">
|
|
<children>
|
|
<ItemGrid id="picker" visible="true" itemsPerRow="6" />
|
|
<OptionsSlider id="options" />
|
|
<Rectangle translation="[0,981]" width="1920" height="100" color="#101010" />
|
|
</children>
|
|
<interface>
|
|
<field id="channelSelected" alias="picker.itemSelected" />
|
|
<field id="objects" alias="picker.objects" />
|
|
<field id="pageNumber" type="integer" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="Channels.brs" />
|
|
</component>
|