jf-roku/components/config/scene.xml
2020-02-20 01:46:06 -05:00

27 lines
713 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="ConfigScene" extends="JFGroup">
<children>
<label text="Enter Configuration"
id="prompt"
font="font:LargeBoldSystemFont"
translation="[150, 150]" />
<ConfigList
id="configOptions"
translation="[150, 240]" />
<label text=""
id="example"
font="font:smallSystemFont"
translation="[150, 350]" />
<Button
id="submit"
text="Submit"
showFocusFootprint="false"
translation="[150, 450]" />
<label text=""
id="alert"
font="font:MediumSystemFont"
translation="[150, 555]" />
</children>
<script type="text/brightscript" uri="scene.brs"/>
</component>