<?xml version="1.0" encoding="UTF-8"?>
<!--********** Copyright 2016 Roku Corp.  All Rights Reserved. **********-->
<component name="MainScene" extends="OverhangPanelSetScene" >
	<!-- importing main handler -->
    <script type="text/brightscript" uri="pkg:/components/MainScene.brs" />
    <script type="text/brightscript" uri="pkg:/components/generalUtils.brs" />
	<interface>
		<!-- Main menu close handler -->
		<field id="close" type="bool"/>
	</interface>
    <children>
		<!-- LoginTimer -->
    	<Timer
    	  id="clock"
    	  repeat= "false"/>
	    <LoadingIndicator
	      id="MainLoadingIndicator"
	      imageUri="pkg:/components/LoadingIndicator/loader.png"
	      clockwise="true"
	      spinInterval="2"
	      fadeInterval="0.5"
	      spacing="20"
	      imageWidth="100"
	      text="Loading..."
	      width="1920"
	      height="1080"
	      centered="false"
	      translation="[0, 0]"
	      textPadding="10"
	      font="font:SmallBoldSystemFont"
	      backgroundColor="0x551A8B"
	      backgroundOpacity="0"/>
    </children>
    
</component>
