jf-roku/components/extras/ExtrasItem.xml

19 lines
867 B
XML
Raw Normal View History

2022-03-13 08:46:03 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="ExtrasItem" extends="JFGroup">
<interface>
<field id="itemContent" type="node" onChange="showContent" />
<field id="itemHasFocus" type="boolean" onChange="focusChanged" />
2022-03-13 08:46:03 +00:00
</interface>
<script type="text/brightscript" uri="ExtrasItem.brs" />
2022-03-13 08:46:03 +00:00
<children>
<LayoutGroup layoutDirection="vert" >
<Poster id="posterImg" width="234" height="300" translation="[8,243]" failedBitmapUri="pkg:/images/baseline_person_white_48dp.png" />
2023-01-31 17:27:00 +00:00
<ScrollingLabel id="pLabel"
horizAlign="center" vertAlign="bottom"
maxWidth="266" height="48"
font="font:SmallestBoldSystemFont" repeatCount="0"/>
2022-03-13 08:46:03 +00:00
<Label id="SubTitle" horizAlign="center" vertAlign="center" font="font:SmallestBoldSystemFont" height="32" color="#A7A7A7FF" />
2023-01-31 17:27:00 +00:00
</LayoutGroup>
2022-03-13 08:46:03 +00:00
</children>
</component>