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

14 lines
442 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="SearchResults" extends="JFGroup">
<children>
<SearchBox id="SearchBox" visible="true" translation="[960, 145]" />
<SearchRow id="SearchSelect" visible="false" />
<OptionsSlider id="options" />
</children>
<interface>
<field id="query" type="string" alwaysNotify="true" />
</interface>
<script type="text/brightscript" uri="SearchResults.brs" />
</component>