jf-roku/components/extras/ExtrasItem.xml

22 lines
902 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"
2023-02-11 17:13:47 +00:00
height="48"
2023-01-31 17:27:00 +00:00
font="font:SmallestBoldSystemFont" repeatCount="0"/>
2023-02-08 15:29:44 +00:00
<ScrollingLabel id="SubTitle"
horizAlign="center" vertAlign="center"
2023-02-11 17:13:47 +00:00
height="32"
2023-02-08 15:29:44 +00:00
font="font:SmallestBoldSystemFont" color="#A7A7A7FF" repeatCount = "0" />
2023-01-31 17:27:00 +00:00
</LayoutGroup>
2022-03-13 08:46:03 +00:00
</children>
</component>