jf-roku/components/ConfigurationScene.xml

24 lines
628 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="ConfigScene" extends="Scene">
<children>
<label text="Enter Configuration"
id="prompt"
height="70"
font="font:MediumBoldSystemFont"
translation="[150, 150]" />
<ConfigList
id="configOptions"
translation="[150, 250]"
itemSize="[440, 40]"
itemSpacing="[0, 20]"
numRows="12" />
<Button
id="submit"
text="Submit"
showFocusFootprint="false"
translation="[150, 350]"
/>
</children>
<script type="text/brightscript" uri="pkg:/components/ConfigurationScene.brs"/>
</component>