<?xml version="1.0" encoding="UTF-8"?>
<component name="SettingsList" extends="ListPanel" >

	<script type="text/brightscript" uri="pkg:/components/Settings/SettingsList.brs" />
	
	<children>
		<Rectangle
			width="620"
			height="351" 
			color = "0x101010C0" 
			translation="[-20,40]"/>
		<LabelList
		  id = "settingsList" 
		  itemSize = "[0,70]"
		  itemSpacing="[0,39]"
		  vertFocusAnimationStyle= "floatingFocus">
		 
		  <ContentNode id = "settingsContent" role = "content" >
		 
		    <ContentNode title = "Configurations" />

		  </ContentNode>
		 
		</LabelList>
	  
	</children>
	
	
</component>
