44 lines
1.8 KiB
XML
44 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="MovieDetails" extends="JFGroup">
|
|
<children>
|
|
<LayoutGroup id="main_group" layoutDirection="horiz" itemSpacings="[30]">
|
|
<Poster id="moviePoster"
|
|
translation="[250,150]"
|
|
width="400" height="600" />
|
|
<LayoutGroup layoutDirection="vert" translation="[455, 150]" itemSpacings="[25]">
|
|
<LayoutGroup layoutDirection="horiz" itemSpacings="[100]" id="infoGroup">
|
|
<Label id="releaseYear" />
|
|
<Label id="runtime" />
|
|
<Label id="officialRating" />
|
|
<LayoutGroup layoutDirection="horiz" itemSpacings="[-5]">
|
|
<Poster id="star" uri="pkg:/images/sharp_star_white_18dp.png" height="32" width="32" blendColor="#cb272a" />
|
|
<Label id="communityRating" />
|
|
</LayoutGroup>
|
|
<LayoutGroup layoutDirection="horiz" itemSpacings="[-5]" id="criticRatingGroup">
|
|
<Poster id="criticRatingIcon" height="32" width="32" />
|
|
<Label id="criticRatingLabel" />
|
|
</LayoutGroup>
|
|
<Label id="ends-at" />
|
|
</LayoutGroup>
|
|
<Label id="genres" />
|
|
<Label id="director" />
|
|
<Label id="video_codec" />
|
|
<Label id="audio_codec" />
|
|
<ButtonGroupHoriz id="buttons" itemSpacings="[10]">
|
|
<Button text="Play" id="play-button" />
|
|
<Button text="Watched" id="watched-button" />
|
|
<Button text="Favorite" id="favorite-button" />
|
|
</ButtonGroupHoriz>
|
|
<Label id="tagline" />
|
|
<Label id="overview" wrap="true" maxLines="8" />
|
|
|
|
</LayoutGroup>
|
|
</LayoutGroup>
|
|
</children>
|
|
<interface>
|
|
<field id="itemContent" type="node" onChange="itemContentChanged" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
|
<script type="text/brightscript" uri="MovieDetails.brs" />
|
|
</component>
|