jf-roku/components/config/ConfigScene.xml

27 lines
719 B
XML
Raw Normal View History

2019-03-14 17:11:51 +00:00
<?xml version="1.0" encoding="utf-8" ?>
2019-10-13 19:33:14 +00:00
<component name="ConfigScene" extends="JFGroup">
2019-03-14 17:11:51 +00:00
<children>
<label text="Enter Configuration"
id="prompt"
2019-03-20 03:23:58 +00:00
font="font:LargeBoldSystemFont"
2019-03-14 17:11:51 +00:00
translation="[150, 150]" />
<ConfigList
id="configOptions"
translation="[150, 240]" />
2020-02-20 06:46:06 +00:00
<label text=""
2020-02-19 09:15:41 +00:00
id="example"
font="font:smallSystemFont"
translation="[150, 350]" />
2019-03-14 17:11:51 +00:00
<Button
id="submit"
text="Submit"
showFocusFootprint="false"
2019-03-20 03:23:58 +00:00
translation="[150, 450]" />
<label text=""
id="alert"
font="font:MediumSystemFont"
translation="[150, 555]" />
2019-03-14 17:11:51 +00:00
</children>
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="ConfigScene.brs"/>
2019-03-14 17:11:51 +00:00
</component>