jf-roku/components/options/OptionsSlider.xml
2020-03-18 09:10:31 +00:00

22 lines
703 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="OptionsSlider" extends="PanelSet">
<children>
<ListPanel id="panel">
<Rectangle id="backdrop"
translation="[0, 0]"
color="#101010DD"
width="575"
height="1080" />
<LabelList id="panelList">
<ContentNode id="fieldList" role="content" />
</LabelList>
</ListPanel>
</children>
<interface>
<field id="buttons" type="nodearray" onChange="setFields" />
<field id="options" type="nodearray" onChange="setFields" />
<field id="closeSidePanel" type="boolean" alwaysNotify="true" />
</interface>
<script type="text/brightscript" uri="OptionsSlider.brs" />
</component>