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-05-10 04:24:19 +00:00
|
|
|
<Rectangle id="backdrop" />
|
2020-05-29 16:47:16 +00:00
|
|
|
<Poster id="poster" translation="[2, 0]" />
|
|
|
|
<ScrollingLabel id="title"
|
2019-03-11 02:35:48 +00:00
|
|
|
horizAlign="center"
|
|
|
|
font="font:SmallSystemFont"
|
2020-05-29 16:47:16 +00:00
|
|
|
repeatCount="0"
|
|
|
|
visible="false"
|
|
|
|
/>
|
|
|
|
<Label id="staticTitle"
|
|
|
|
horizAlign="center"
|
|
|
|
font="font:SmallSystemFont"
|
|
|
|
wrap="false"
|
2019-03-11 02:35:48 +00:00
|
|
|
/>
|
|
|
|
</children>
|
|
|
|
<interface>
|
|
|
|
<field id="itemContent" type="node" onChange="itemContentChanged"/>
|
2019-03-11 16:59:15 +00:00
|
|
|
<field id="itemWidth" type="integer" />
|
2020-05-29 16:47:16 +00:00
|
|
|
<field id="itemHasFocus" type="boolean" onChange="focusChanged" />
|
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>
|