<?xml version = "1.0" encoding = "utf-8" ?>
<!--********** Copyright 2024 XoceUnder.  All Rights Reserved. **********-->
<component name = "LoginListItem" extends = "BaseGroup" >
 
  <interface> 
    <field id = "itemContent" type = "node" onChange = "showcontent" />
    <field id = "focusPercent" type = "float" onChange = "showfocus" />
    <field id = "width" type = "float" onChange="widthChanged" /> 
    <field id = "height" type = "float" onChange="heightChanged" />
	<field id = "itemHasFocus" type = "boolean" onChange = "itemHasFocus" />
	<field id = "index" type="integer"/>
  </interface>
  <script type="text/brightscript" uri="LoginListItem.brs" />

  <children>
  
    <Group id="group">
      <Rectangle>
        <Poster id="itemPoster" uri="pkg:/images/login/dns-edit.png" width="410" height="64"  >
        <Poster id = "itemIcon" translation = "[ 25 , 32 ]" visible="false" />
        <ScrollingLabel id = "itemLabel" maxWidth="540" translation = "[ 110, 30 ]" />
		<Poster id = "itemflecha" uri="pkg:/images/login/sort.png" width="48" height="48" translation = "[ 700 , 26 ]"  />
		</Poster>
      </Rectangle>
    </Group>
	
  </children>

</component>
