19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="GridItem" extends="Group">
|
|
<children>
|
|
<maskGroup id="posterMask" maskUri="pkg:/images/postermask.png" scaleRotateCenter="[145, 212.5]" scale="[0.85,0.85]" >
|
|
<Poster id="backdrop" width="290" height="425" loadDisplayMode="scaleToZoom" uri="pkg:/images/white.9.png" />
|
|
<Poster id="itemPoster" width="290" height="425" loadDisplayMode="scaleToZoom" />
|
|
<Poster id="itemIcon" width="50" height="50" translation="[230,10]" />
|
|
<Label id="posterText" width="280" height="415" translation="[5,5]" horizAlign="center" vertAlign="center" ellipsizeOnBoundary="true" wrap="true" />
|
|
</maskGroup>
|
|
<ScrollingLabel id="itemText" horizAlign="center" font="font:SmallSystemFont" maxWidth="290" repeatCount="-1" visible="false" />
|
|
</children>
|
|
<interface>
|
|
<field id="itemContent" type="node" onChange="itemContentChanged" />
|
|
<field id="itemHasFocus" type="boolean" onChange="focusChanged" />
|
|
<field id="focusPercent" type="float" onChange="focusChanging" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="GridItem.brs" />
|
|
</component>
|