<?xml version="1.0" encoding="UTF-8"?>
<component name="Menu" extends="ListPanel" >

	<script type="text/brightscript" uri="pkg:/components/Menu/Menu.brs" />
	
	<children>
		<Rectangle
		    id="MainMenuTitle"
			width="800"
			height="50"
			color = "0x000000"
			translation="[410,210]"
			opacity = "0.50"/>
		<Rectangle
			width="800"
			height="400"
			color = "0x000000"
			translation="[410,210]"
			opacity = "0.50"/>
		<Poster
			id="MainMenuBackground"
			width="800"
			height="400"
			translation="[514,210]">
			<Label
				color="#F0F0F0"
				font="font:MediumBoldSystemFont"
				horizAlign="center"
				text="Menu Principal:"
				translation="[160,8]" />
			<LabelList
				id="menuList"
				focusRow = "0"
				numRows="5"
                sectionDividerHeight = "48.0"
                sectionDividerFont = "font:MediumBoldSystemFont"
                sectionDividerTextColor = "#F0F0F0"
				vertFocusAnimationStyle="floatingFocus"
				focusBitmapUri="pkg:/images/menu.png"
				textHorizAlign="center"
				itemSize="[800,60]"
				color="#F0F0F0"
				focusedColor="#000000">
				<ContentNode id ="menucontent" role="content">
					<ContentNode title="Live TV" HDLISTITEMICONURL = "pkg:/images/iconos_menu/LiveTV.png" 
					HDLISTITEMICONSELECTEDURL="pkg:/images/iconos_menu/LiveTV-select.png"/>
					<ContentNode title="Movies" HDLISTITEMICONURL = "pkg:/images/iconos_menu/Movie.png" 
					HDLISTITEMICONSELECTEDURL="pkg:/images/iconos_menu/Movie-select.png"/>
					<ContentNode title="Tv Series" HDLISTITEMICONURL = "pkg:/images/iconos_menu/Series.png" 
					HDLISTITEMICONSELECTEDURL="pkg:/images/iconos_menu/Series-select.png"/>
					<ContentNode title="Setting" HDLISTITEMICONURL = "pkg:/images/iconos_menu/Settings.png" 
					HDLISTITEMICONSELECTEDURL="pkg:/images/iconos_menu/Settings-select.png"/>
				</ContentNode>
			</LabelList>
		</Poster>
	  
	</children>
</component>
