jf-roku/components/options/OptionsScreen.xml

34 lines
1.5 KiB
XML
Raw Normal View History

2020-08-08 20:43:37 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="OptionsScreen" extends="Group">
<children>
<Rectangle width="1920" height="1080" color="#000000" opacity="0.75" />
<Group translation="[100,100]">
<Poster width="1720" height="880" uri="pkg:/images/dialog.9.png" />
<LayoutGroup horizAlignment="center" translation="[860,50]" itemSpacings="[50]">
<JFButtons id="buttons" />
<Group>
<RadiobuttonList id = "viewMenu" itemspacing="[0,10]" vertFocusAnimationStyle="floatingFocus" visible="false" drawFocusFeedback="false">
2020-08-15 10:26:00 +00:00
</RadiobuttonList>
<RadiobuttonList id = "sortMenu" itemspacing="[0,10]" vertFocusAnimationStyle="floatingFocus" visible="true" numRows="8" drawFocusFeedback="false">
2020-08-08 20:43:37 +00:00
</RadiobuttonList>
<LabelList id = "filterMenu" itemspacing="[0,10]" vertFocusAnimationStyle="floatingFocus" visible="false" drawFocusFeedback="false">
2020-08-08 20:43:37 +00:00
<ContentNode id = "filterMenuContent" role = "content">
<ContentNode title = "Coming Soon..." />
2020-08-08 20:43:37 +00:00
</ContentNode>
</LabelList>
</Group>
</LayoutGroup>
</Group>
</children>
<interface>
<field id="buttons" type="nodearray" />
<field id="options" type="associativearray" onChange="optionsSet" />
<field id="view" type="string" />
<field id="sortField" type="string" value="SortName" />
<field id="sortAscending" type="boolean" value="false" />
2020-08-08 20:43:37 +00:00
</interface>
<script type="text/brightscript" uri="OptionsScreen.brs" />
</component>