jf-roku/components/library/scene.xml
2019-04-14 18:34:50 -05:00

16 lines
484 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="Library" extends="Scene">
<children>
<LibraryRow id="LibrarySelect" />
<Overhang id="overhang" title="My Media" />
<Rectangle id="footerBackdrop" height="200" />
<SearchBox id="search" />
<OptionsSlider id="options" />
</children>
<interface>
<field id="libraries" alias="LibrarySelect.libList" />
<field id="librarySelected" alias="LibrarySelect.itemSelected" />
</interface>
</component>