jf-roku/components/tvshows/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

15 lines
402 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="TVShows" extends="Scene">
<children>
<ItemGrid id="picker" visible="true" itemsPerRow="10" />
<Overhang
id="overhang"
title="TV Shows"
/>
<Rectangle id="footerBackdrop" />
<Pager id="pager" />
<OptionsSlider id="options" />
</children>
<script type="text/brightscript" uri="scene.brs" />
</component>