jf-roku/components/movies/minimal-details.xml

18 lines
449 B
XML
Raw Normal View History

2019-03-14 17:11:51 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="MovieItemMinimal" extends="Group">
<children>
<Label id="title"
horizAlign="center"
translation="[0,319]"
font="font:MediumSystemFont"
width="196"
height="65" />
</children>
<interface>
<field id="itemContent" type="node" onChange="itemContentChanged"/>
</interface>
2019-05-03 12:48:59 +00:00
<script type="text/brightscript" uri="minimal-details.brs" />
2019-03-14 17:11:51 +00:00
</component>