498440f2c5
* Make the movie grid a bit more abstract * Make the tvshow/collection grids more abstract
17 lines
410 B
XML
17 lines
410 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="Collections" extends="Scene">
|
|
<children>
|
|
<ItemGrid id="picker" visible="true" itemsPerRow="5" />
|
|
<Overhang
|
|
id="overhang"
|
|
title="Collections"
|
|
/>
|
|
<Rectangle id="footerBackdrop" />
|
|
<Pager id="pager" />
|
|
|
|
<OptionsSlider id="options" />
|
|
|
|
</children>
|
|
<script type="text/brightscript" uri="scene.brs" />
|
|
</component>
|