jf-roku/components/config/scene.xml
2019-03-19 22:23:58 -05:00

19 lines
523 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="ConfigScene" extends="Scene">
<children>
<label text="Enter Configuration"
id="prompt"
font="font:LargeBoldSystemFont"
translation="[150, 150]" />
<ConfigList
id="configOptions"
translation="[150, 250]" />
<Button
id="submit"
text="Submit"
showFocusFootprint="false"
translation="[150, 450]" />
</children>
<script type="text/brightscript" uri="pkg:/components/config/scene.brs"/>
</component>