jf-roku/components/collections/scene.xml
Nick Bisby 498440f2c5
Make ItemGrids more abstract (#49)
* Make the movie grid a bit more abstract

* Make the tvshow/collection grids more abstract
2019-07-09 08:57:59 -05:00

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>