16 lines
828 B
XML
16 lines
828 B
XML
<?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" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="ExtrasItem.brs" />
|
|
<children>
|
|
<LayoutGroup layoutDirection="vert" >
|
|
<Poster id="posterImg" width="234" height="300" translation="[8,243]" failedBitmapUri="pkg:/images/baseline_person_white_48dp.png" />
|
|
<ScrollingLabel id="pLabel" horizAlign="center" vertAlign="bottom" maxWidth="266" font="font:SmallestBoldSystemFont" height="48" />
|
|
<Label id="SubTitle" horizAlign="center" vertAlign="center" font="font:SmallestBoldSystemFont" height="32" color="#A7A7A7FF" />
|
|
</LayoutGroup>
|
|
</children>
|
|
</component>
|