jf-roku/components/ListPoster.xml

20 lines
505 B
XML
Raw Normal View History

2019-03-11 02:35:48 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="ListPoster" extends="Group">
2019-03-11 02:35:48 +00:00
<children>
<Rectangle id="backdrop" />
<Poster id="poster" />
2019-03-11 02:35:48 +00:00
<Label id="title"
horizAlign="center"
font="font:SmallSystemFont"
/>
</children>
<interface>
<field id="itemContent" type="node" onChange="itemContentChanged"/>
<field id="itemWidth" type="integer" />
2019-03-14 22:50:20 +00:00
<!-- mediatype -->
2019-03-11 02:35:48 +00:00
</interface>
2019-05-03 12:48:59 +00:00
<script type="text/brightscript" uri="ListPoster.brs" />
2019-03-11 02:35:48 +00:00
</component>