jf-roku/components/library/scene.xml
2019-10-14 22:01:20 -04:00

16 lines
463 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="Library" extends="JFGroup">
<children>
<LibraryRow id="LibrarySelect" />
<Rectangle id="footerBackdrop" height="200" />
<OptionsSlider id="options" />
</children>
<interface>
<field id="libraries" alias="LibrarySelect.libList" />
<field id="librarySelected" alias="LibrarySelect.itemSelected" />
</interface>
<script type="text/brightscript" uri="scene.brs" />
</component>