jf-roku/components/ServerScene.xml

23 lines
602 B
XML

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