mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
55 lines
1.9 KiB
XML
55 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component name="Alpha" extends="Group">
|
|
<children>
|
|
<Label id="alphaMicText" font="font:SmallSystemFont" translation="[1600,130]" text="Search" />
|
|
<Poster id="alphaMic" height="22" width="15" uri="pkg:/images/icons/mic_icon.png" translation="[1578, 130]" visible="false" />
|
|
<LabelList
|
|
id="alphaMenu"
|
|
translation="[52, 206]"
|
|
vertFocusAnimationStyle="floatingFocus"
|
|
font="font:SmallestSystemFont"
|
|
focusedFont="font:SmallestSystemFont"
|
|
itemSpacing="[0,2]"
|
|
itemSize="[28,28]"
|
|
numRows="27"
|
|
textHorizAlign="center"
|
|
drawFocusFeedback="true"
|
|
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="letterSelected" type="string" alwaysNotify="true" />
|
|
</interface>
|
|
</component> |