jf-roku/components/settings/settings.xml

41 lines
1.6 KiB
XML
Raw Normal View History

2022-05-01 10:51:28 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="Settings" extends="JFGroup">
<children>
2022-09-04 11:22:08 +00:00
<Label id="path" translation = "[95,175]" font="font:SmallestBoldSystemFont" />
2022-05-01 10:51:28 +00:00
2022-09-04 11:22:08 +00:00
<LabelList
2022-05-01 10:51:28 +00:00
translation = "[120,250]"
id = "settingsMenu"
itemSize = "[440,48]"
vertFocusAnimationStyle = "floatingFocus"
focusBitmapBlendColor = "#006fab"
focusedColor = "#ffffff"
2022-09-04 11:22:08 +00:00
itemSpacing = "[0,5]" />
2022-05-01 10:51:28 +00:00
2022-09-04 11:22:08 +00:00
<Poster
translation = "[710,250]" id="testRectangle" width="880" height="700" uri="pkg:/images/white.9.png"
blendColor = "#3f3f3f" />
2022-05-01 10:51:28 +00:00
2022-09-04 11:22:08 +00:00
<LayoutGroup translation = "[1150,275]" id="settingDetail" vertAlignment="top" horizAlignment="center" itemSpacings="[50]">
2022-05-01 10:51:28 +00:00
2022-09-04 11:22:08 +00:00
<ScrollingLabel font="font:LargeSystemFont" id="settingTitle" maxWidth="750" />
2022-05-01 10:51:28 +00:00
2022-09-04 11:22:08 +00:00
<Label id="settingDesc" width="750" wrap = "true" />
2022-05-01 10:51:28 +00:00
2022-09-04 11:22:08 +00:00
<RadioButtonList id="boolSetting" vertFocusAnimationStyle="floatingFocus">
<ContentNode role="content">
<ContentNode title="Disabled" />
<ContentNode title="Enabled" />
</ContentNode>
</RadioButtonList>
</LayoutGroup>
2022-05-01 10:51:28 +00:00
2022-12-20 02:03:35 +00:00
<RadioButtonList id="radioSetting" translation="[900, 450]" inheritParentTransform="false" vertFocusAnimationStyle="floatingFocus" />
2022-09-04 11:22:08 +00:00
<intkeyboard_integerKeyboard translation="[900, 520]" id="integerSetting" maxLength="3" domain="numeric" visible="false" />
2022-05-01 10:51:28 +00:00
</children>
<script type="text/brightscript" uri="settings.brs" />
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
2022-09-04 11:22:08 +00:00
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
2022-05-01 10:51:28 +00:00
</component>