3741cbc912
- Using Task for loading - Showing Up Next & Newest Library data - Trying to make more modular
12 lines
332 B
XML
12 lines
332 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="Home" extends="JFGroup">
|
|
<children>
|
|
<HomeRows id="homeRows" />
|
|
<OptionsSlider id="options" />
|
|
</children>
|
|
<interface>
|
|
<field id="selectedItem" alias="homeRows.selectedItem" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="Home.brs" />
|
|
</component>
|