55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<component name="Alpha" extends = "Group">
|
||
|
<children>
|
||
|
<LabelList
|
||
|
translation="[1872, 185]"
|
||
|
vertFocusAnimationStyle="floatingFocus"
|
||
|
drawFocusFeedback="true"
|
||
|
id = "Alphamenu"
|
||
|
font="font:SmallestSystemFont"
|
||
|
itemSpacing="[0,2]"
|
||
|
itemSize="[28,28]"
|
||
|
numRows="27"
|
||
|
textHorizAlign="center"
|
||
|
focusBitmapUri = "pkg:/images/white.png"
|
||
|
focusBitmapBlendColor = "#FFFFFF"
|
||
|
focusFootprintBlendColor = "#666666"
|
||
|
>
|
||
|
<ContentNode id="alphatext" role = "content" >
|
||
|
<ContentNode title = "#" />
|
||
|
<ContentNode title = "A" />
|
||
|
<ContentNode title = "B" />
|
||
|
<ContentNode title = "C" />
|
||
|
<ContentNode title = "D" />
|
||
|
<ContentNode title = "E" />
|
||
|
<ContentNode title = "F" />
|
||
|
<ContentNode title = "G" />
|
||
|
<ContentNode title = "H" />
|
||
|
<ContentNode title = "I" />
|
||
|
<ContentNode title = "J" />
|
||
|
<ContentNode title = "K" />
|
||
|
<ContentNode title = "L" />
|
||
|
<ContentNode title = "M" />
|
||
|
<ContentNode title = "N" />
|
||
|
<ContentNode title = "O" />
|
||
|
<ContentNode title = "P" />
|
||
|
<ContentNode title = "Q" />
|
||
|
<ContentNode title = "R" />
|
||
|
<ContentNode title = "S" />
|
||
|
<ContentNode title = "T" />
|
||
|
<ContentNode title = "U" />
|
||
|
<ContentNode title = "V" />
|
||
|
<ContentNode title = "W" />
|
||
|
<ContentNode title = "X" />
|
||
|
<ContentNode title = "Y" />
|
||
|
<ContentNode title = "Z" />
|
||
|
</ContentNode>
|
||
|
</LabelList>
|
||
|
</children>
|
||
|
<interface>
|
||
|
<field id="selectedItem" type="node" alwaysNotify="true" />
|
||
|
<field id="focusedChild" type="node" onChange="focusChanged" />
|
||
|
<field id="itemAlphaSelected" type="string" />
|
||
|
</interface>
|
||
|
<script type="text/brightscript" uri="Alpha.brs" />
|
||
|
</component>
|