14 lines
694 B
XML
14 lines
694 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="AudioTrackListItem" extends="Group">
|
|
<children>
|
|
<Poster width="32" height="32" id="selectedIcon" translation="[5,19]" uri="" />
|
|
<Label id="title" font="font:MediumSystemFont" color="0xffffffff" translation="[50,3]" />
|
|
<ScrollingLabel id="description" font="font:SmallestSystemFont" color="0xabababff" maxWidth="800" repeatCount="0" translation="[50,45]" />
|
|
</children>
|
|
<interface>
|
|
<field id="itemContent" type="node" onChange="itemContentChanged"/>
|
|
<field id="itemHasFocus" type="boolean" onChange="focusChanged" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="AudioTrackListItem.brs" />
|
|
</component>
|