jf-roku/components/ServerScene.xml

23 lines
602 B
XML
Raw Normal View History

2019-02-11 04:40:07 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="ServerSelection" extends="scene">
2019-02-11 04:40:07 +00:00
<children>
2019-02-27 04:36:12 +00:00
<label text="Connect to Server"
height="70"
font="font:MediumBoldSystemFont"
translation="[150, 150]" />
<ConfigList
2019-02-27 04:36:12 +00:00
id="configOptions"
translation="[150, 250]"
itemSize="[440, 40]"
itemSpacing="[0, 20]"
numRows="12" />
2019-02-11 04:40:07 +00:00
</children>
<interface>
2019-02-27 04:36:12 +00:00
<field id="itemSelected" type="intarray"
alias="configOptions.itemSelected" />
2019-02-11 04:40:07 +00:00
</interface>
<script type="text/brightscript" uri="pkg:/components/ServerScene.brs"/>
2019-02-11 04:40:07 +00:00
</component>