2019-03-14 17:11:51 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2020-03-03 23:01:13 +00:00
|
|
|
<component name="HomeItem" extends="Group">
|
2019-03-14 17:11:51 +00:00
|
|
|
<children>
|
2022-05-24 16:23:42 +00:00
|
|
|
<Rectangle id="backdrop" width="464" height="270" translation="[8,0]" />
|
2020-10-25 16:32:26 +00:00
|
|
|
<Poster id="itemIcon" width="100" height="100" translation="[190,85]" loadDisplayMode="scaleToFit" />
|
2022-05-24 16:23:42 +00:00
|
|
|
<Poster id="itemPoster" width="464" height="270" translation="[0,0]" loadDisplayMode="scaleToZoom" />
|
|
|
|
<ScrollingLabel id="itemText" horizAlign="center" vertAlign="center" font="font:SmallBoldSystemFont" height="64" maxWidth="456" translation="[8,280]" repeatCount="0" />
|
|
|
|
<Label id="itemTextExtra" horizAlign="left" vertAlign="center" font="font:SmallBoldSystemFont" height="32" width="456" translation="[8,319]" visible="true" color="#777777FF" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
2020-03-12 18:33:45 +00:00
|
|
|
<field id="itemContent" type="node" onChange="itemContentChanged" />
|
2020-05-13 15:50:20 +00:00
|
|
|
<field id="itemHasFocus" type="boolean" onChange="focusChanged" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</interface>
|
2020-03-03 23:01:13 +00:00
|
|
|
<script type="text/brightscript" uri="HomeItem.brs" />
|
2021-12-17 06:18:19 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/Image.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
2020-03-12 18:33:45 +00:00
|
|
|
</component>
|