<?xml version="1.0" encoding="utf-8" ?>
<!--********** Copyright 2016 Roku Corp.  All Rights Reserved. **********-->

<!-- node - description of the content item -->
<component name="Description" extends="LayoutGroup">
  <children>
    <Label
      id="Title"
      color="0xFFFFFF"
      width="1900"
      wrap="true"/>

    <Label
      id="ReleaseDate"
      color="0xFFFFFF"
      text=""/>

    <Label
      id="Description"
      color="0xFFFFFF"
      wrap="true"
      width="1120"
      numLines="5"
      lineSpacing="7"
      text=""/>
  </children>

  <interface>

    <!-- Content node -->
    <field id="Content"     type="node" onChange="OnContentChanged"/>
  </interface>

  <!-- main handler -->
  <script type="text/brightscript" uri="pkg:/components/DetailsScreen/Description/Description.brs" />

</component>
