jf-roku/components/extras/ExtrasItem.xml

20 lines
838 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2022-03-13 08:46:03 +00:00
<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>
<children>
<LayoutGroup layoutDirection="vert">
2022-03-13 08:46:03 +00:00
<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"
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"
font="font:SmallestBoldSystemFont" color="#A7A7A7FF" repeatCount="0" />
</LayoutGroup>
2022-03-13 08:46:03 +00:00
</children>
</component>