2019-03-14 17:11:51 +00:00
|
|
|
<?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" />
|
2019-03-19 04:17:50 +00:00
|
|
|
|
|
|
|
<OptionsSlider id="options" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</children>
|
2019-04-14 23:34:50 +00:00
|
|
|
<interface>
|
|
|
|
<field id="libraries" alias="LibrarySelect.libList" />
|
|
|
|
<field id="librarySelected" alias="LibrarySelect.itemSelected" />
|
|
|
|
</interface>
|
2019-05-03 13:27:51 +00:00
|
|
|
<script type="text/brightscript" uri="scene.brs" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</component>
|