<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2021 XoceUnder.  All Rights Reserved. -->
<component name="Expired" extends="BaseGroup">

    <interface>
        <field id="buttonSelected" type="node" alias="Buttons.itemSelected"  />
    </interface>
    <script type="text/brightscript" uri="Expired.brs"/>

  <children>

    <Rectangle
      opacity="0.7"
      color="#000000"
	  translation="[350,340]"
      width="1200"
      height="380"/>

    <Label
	  id="Title"
      font="font:LargeBoldSystemFont"
      height="100"
	  horizAlign = "center"
	  translation="[600,350]"/>

    <Label
	  id="Description"
      font="font:MediumBoldSystemFont"
      width="900"
	  height="220"
      wrap="true"
	  translation="[400,440]"/>
	  
    <Poster
	  uri="pkg:/images/aviso.png"
      translation="[1280, 560]"
      width="200"
      height="150" 
      loadDisplayMode="scaleToFit"/>
	  
	<LabelList
		id="Buttons"
		translation="[1008,750]"
		color="0xFFFFFFFF"
		focusedColor="0x333333FF"
		numRows="1"
		vertFocusAnimationStyle="floatingFocus"
		textHorizAlign="right" />	

  </children>

</component>
