jf-roku/components/settings/settings.xml

38 lines
1.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2022-05-01 10:51:28 +00:00
<component name="Settings" extends="JFGroup">
<children>
<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
translation="[120,250]"
id="settingsMenu"
itemSize="[440,48]"
vertFocusAnimationStyle="floatingFocus"
focusBitmapBlendColor="#006fab"
focusedColor="#ffffff"
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
<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
<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>
</component>