jf-roku/components/ItemGrid/GridItem.xml

22 lines
1.5 KiB
XML
Raw Normal View History

<?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">
2023-11-29 05:09:36 +00:00
<Rectangle id="unplayedCount" visible="false" width="90" height="60" color="#00a4dcFF" opacity=".99" translation="[201, 0]">
<Label id="unplayedEpisodeCount" width="90" height="60" font="font:MediumBoldSystemFont" horizAlign="center" vertAlign="center" />
2022-12-10 22:25:00 +00:00
</Rectangle>
<PlayedCheckmark id="playedIndicator" color="#00a4dcFF" width="90" height="60" opacity=".99" translation="[201, 0]" visible="false" />
2022-12-10 22:25:00 +00:00
</Poster>
2020-10-30 17:23:28 +00:00
<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="0" visible="false" />
</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" />
</interface>
</component>