2019-03-14 17:11:51 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="SearchBox" extends="LayoutGroup">
|
|
|
|
<children>
|
2022-09-05 06:50:13 +00:00
|
|
|
<Label id = "text" text="" visible="false" />
|
|
|
|
<DynamicMiniKeyboard id="search_Key" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</children>
|
2019-03-14 21:50:42 +00:00
|
|
|
<interface>
|
2022-09-05 06:50:13 +00:00
|
|
|
<field id="search_values" type="string" alwaysNotify="true" />
|
2019-03-14 21:50:42 +00:00
|
|
|
</interface>
|
2019-05-03 12:48:59 +00:00
|
|
|
<script type="text/brightscript" uri="SearchBox.brs" />
|
2022-09-05 06:50:13 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/Items.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/Image.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/deviceCapabilities.brs" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</component>
|