2020-06-10 16:43:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="GridItem" extends="Group">
|
|
|
|
<children>
|
2022-12-10 22:25:00 +00:00
|
|
|
<maskGroup id="posterMask" maskUri="pkg:/images/postermask.png" scaleRotateCenter="[145, 212.5]" scale="[0.85,0.85]">
|
2020-11-17 16:10:17 +00:00
|
|
|
<Poster id="backdrop" width="290" height="425" loadDisplayMode="scaleToZoom" uri="pkg:/images/white.9.png" />
|
2022-12-10 22:25:00 +00:00
|
|
|
<Poster id="itemPoster" width="290" height="425" loadDisplayMode="scaleToZoom">
|
|
|
|
<Rectangle id="unplayedCount" visible="false" width="90" height="60" color="#00a4dcFF" translation="[201, 0]">
|
|
|
|
<Label id="unplayedEpisodeCount" width="90" height="60" font="font:SmallestBoldSystemFont" horizAlign="center" vertAlign="center" />
|
|
|
|
</Rectangle>
|
|
|
|
</Poster>
|
2020-10-30 17:23:28 +00:00
|
|
|
<Poster id="itemIcon" width="50" height="50" translation="[230,10]" />
|
2020-07-04 15:10:56 +00:00
|
|
|
<Label id="posterText" width="280" height="415" translation="[5,5]" horizAlign="center" vertAlign="center" ellipsizeOnBoundary="true" wrap="true" />
|
2020-06-18 15:09:18 +00:00
|
|
|
</maskGroup>
|
2022-05-14 08:52:01 +00:00
|
|
|
<ScrollingLabel id="itemText" horizAlign="center" font="font:SmallSystemFont" maxWidth="290" repeatCount="0" visible="false" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
|
|
|
<field id="itemContent" type="node" onChange="itemContentChanged" />
|
|
|
|
<field id="itemHasFocus" type="boolean" onChange="focusChanged" />
|
2020-06-11 06:57:31 +00:00
|
|
|
<field id="focusPercent" type="float" onChange="focusChanging" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</interface>
|
|
|
|
<script type="text/brightscript" uri="GridItem.brs" />
|
2022-05-14 08:52:01 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</component>
|