2019-03-11 02:35:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2019-03-11 16:59:15 +00:00
|
|
|
<component name="ListPoster" extends="Group">
|
2019-03-11 02:35:48 +00:00
|
|
|
<children>
|
2019-03-17 05:37:23 +00:00
|
|
|
<Rectangle id="backdrop"
|
|
|
|
translation="[2, 0]"
|
|
|
|
/>
|
2019-03-11 02:35:48 +00:00
|
|
|
<Poster id="poster"
|
|
|
|
translation="[2, 0]"
|
|
|
|
/>
|
|
|
|
<Label id="title"
|
|
|
|
horizAlign="center"
|
|
|
|
font="font:SmallSystemFont"
|
|
|
|
/>
|
|
|
|
</children>
|
|
|
|
<interface>
|
|
|
|
<field id="itemContent" type="node" onChange="itemContentChanged"/>
|
2019-03-11 16:59:15 +00:00
|
|
|
<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>
|