jf-roku/components/home/Home.xml

14 lines
453 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<component name="Home" extends="JFGroup">
<children>
<HomeRows id="homeRows" />
<OptionsSlider id="options" />
</children>
<interface>
<field id="libraries" alias="homeRows.libList" />
<field id="continueWatching" alias="homeRows.continueList" />
<field id="homeSelection" alias="homeRows.itemSelected" />
</interface>
<script type="text/brightscript" uri="Home.brs" />
</component>