2023-03-09 19:35:29 +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" />
|
2022-12-10 21:41:40 +00:00
|
|
|
<ScrollingLabel id="Series" horizAlign="center" font="font:SmallSystemFont" repeatCount="0" visible="false" />
|
|
|
|
<Poster id="poster" translation="[2,0]" loadDisplayMode="scaleToFit">
|
2023-12-03 01:19:38 +00:00
|
|
|
<Rectangle id="unplayedCount" visible="false" width="90" height="60" color="#00a4dcFF" translation="[102, 0]">
|
2023-11-18 13:38:57 +00:00
|
|
|
<Label id="unplayedEpisodeCount" width="90" height="60" font="font:MediumBoldSystemFont" horizAlign="center" vertAlign="center" />
|
2022-12-10 21:41:40 +00:00
|
|
|
</Rectangle>
|
2023-12-03 01:19:38 +00:00
|
|
|
<PlayedCheckmark id="playedIndicator" color="#00a4dcFF" width="90" height="60" translation="[102, 0]" visible="false" />
|
2022-12-10 21:41:40 +00:00
|
|
|
</Poster>
|
|
|
|
<ScrollingLabel id="title" horizAlign="center" font="font:SmallSystemFont" repeatCount="0" visible="false" />
|
|
|
|
<Label id="staticTitle" horizAlign="center" font="font:SmallSystemFont" wrap="false" />
|
2019-03-11 02:35:48 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
2023-03-09 19:35:29 +00:00
|
|
|
<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-11 02:35:48 +00:00
|
|
|
</interface>
|
2023-03-09 19:35:29 +00:00
|
|
|
</component>
|