2022-03-13 08:46:03 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="PersonDetails" extends="JFGroup">
|
|
|
|
<interface>
|
|
|
|
<field id="itemContent" type="node" onChange="loadPerson" />
|
|
|
|
<field id="image" type="node" />
|
|
|
|
<field id="selectedItem" type="node" alias="extrasGrid.selectedItem" alwaysNotify="true" />
|
|
|
|
</interface>
|
|
|
|
<children>
|
2023-02-01 08:54:58 +00:00
|
|
|
<LayoutGroup id="main_group" layoutdirection="vert" translation="[60, 180]" itemSpacings="[36]">
|
|
|
|
<LayoutGroup id="BannerGroup" layoutDirection="horiz" itemSpacings="[36]">
|
|
|
|
<LayoutGroup id="TitleGroup" layoutDirection="vert">
|
|
|
|
<Label id="name" font="font:LargeBoldSystemFont" height="60" width="1300" />
|
|
|
|
<label id="premierDate" font="font:SmallestBoldSystemFont" height="48" vertAlign="top" />
|
|
|
|
</LayoutGroup>
|
2023-02-01 18:28:24 +00:00
|
|
|
<ButtonGroupHoriz id="buttons" >
|
|
|
|
<Button id="favorite-button" text="Favorite" iconUri="" focusedIconUri="" />
|
|
|
|
</ButtonGroupHoriz>
|
2023-02-01 08:54:58 +00:00
|
|
|
</LayoutGroup>
|
|
|
|
<LayoutGroup id="personInfoGroup" layoutDirection="horiz" itemSpacings="[36]">
|
|
|
|
<Poster id="personImage" width="400" height="600" />
|
2022-03-13 08:46:03 +00:00
|
|
|
<LayoutGroup id="vertSpacer" layoutDirection="vert" itemSpacings="[24]">
|
2023-02-01 08:54:58 +00:00
|
|
|
<LayoutGroup id="dataGroup>" layoutDirection="vert" translation="[450,180]">
|
|
|
|
<Rectangle id="dscrBorder" height="600" width="1322" color="0x202020ff">
|
|
|
|
<Rectangle id='dscrRect' translation="[3, 3]" height="594" width="1316" color="0x202020ff">
|
2022-03-13 08:46:03 +00:00
|
|
|
<Label id="description"
|
2023-02-01 08:54:58 +00:00
|
|
|
height="600" width="1280" wrap="true" translation="[18, 15]" opacity="0.6"
|
2022-03-13 08:46:03 +00:00
|
|
|
font="font:SmallestSystemFont" color="#e4e4e4ff" ellipsisText=" ... (-OK- for More)" />
|
|
|
|
</Rectangle>
|
|
|
|
</Rectangle>
|
|
|
|
</LayoutGroup>
|
|
|
|
</LayoutGroup>
|
|
|
|
</LayoutGroup>
|
|
|
|
</LayoutGroup>
|
|
|
|
<extrasSlider id="personVideos" />
|
|
|
|
</children>
|
|
|
|
<script type="text/brightscript" uri="PersonDetails.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/Image.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
|
|
|
</component>
|