2020-06-10 16:43:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2021-02-12 15:19:30 +00:00
|
|
|
<component name="ItemGrid" extends="JFGroup">
|
2020-06-10 16:43:32 +00:00
|
|
|
<children>
|
2022-09-05 06:50:13 +00:00
|
|
|
<VoiceTextEditBox id="VoiceBox" visible="true" width = "40" translation = "[52, 120]" />
|
|
|
|
<Rectangle id="VoiceBoxCover" height="240" width="100" color="0x262626ff" translation = "[25, 75]" />
|
2022-12-30 16:11:19 +00:00
|
|
|
<poster id="backdrop" loadDisplayMode="scaleToFill" width="1920" height="1080" opacity="0.25" />
|
|
|
|
<poster id="backdropTransition" loadDisplayMode="scaleToFill" width="1920" height="1080" opacity="0.25" />
|
2020-06-10 16:43:32 +00:00
|
|
|
<MarkupGrid
|
|
|
|
id = "itemGrid"
|
|
|
|
translation = "[ 96, 160 ]"
|
|
|
|
itemComponentName = "GridItem"
|
|
|
|
numColumns = "6"
|
|
|
|
numRows = "5"
|
|
|
|
vertFocusAnimationStyle = "fixed"
|
|
|
|
itemSize = "[ 290, 425 ]"
|
|
|
|
itemSpacing = "[ 0, 45 ]"
|
2022-09-05 06:50:13 +00:00
|
|
|
drawFocusFeedback = "false" />
|
2022-12-30 16:11:19 +00:00
|
|
|
|
|
|
|
<RowList opacity="0" id="genrelist" translation="[120, 160]" showRowLabel="true" itemComponentName="GridItemSmall" numColumns="1" numRows="3" vertFocusAnimationStyle="fixed" itemSize = "[1900, 360]" rowItemSize="[ [230, 320] ]" rowItemSpacing="[ [20, 0] ]" itemSpacing="[0, 60]" />
|
|
|
|
|
|
|
|
<Label id="micButtonText" font="font:SmallSystemFont" visible="false" />
|
|
|
|
<Button id = "micButton" maxWidth = "20" translation = "[20, 120]" iconUri = "pkg:/images/icons/mic_icon.png"/>
|
2022-09-05 06:50:13 +00:00
|
|
|
<Label translation="[0,540]" id="emptyText" font="font:LargeSystemFont" width="1910" horizAlign="center" vertAlign="center" height="64" visible="false" />
|
2020-08-17 15:51:51 +00:00
|
|
|
<ItemGridOptions id="options" visible="false" />
|
2022-09-05 06:50:13 +00:00
|
|
|
<Spinner id="spinner" translation="[900, 450]" />
|
2022-12-30 16:11:19 +00:00
|
|
|
<Animation id="backroundSwapAnimation" duration="1" repeat="false" easeFunction="linear">
|
|
|
|
<FloatFieldInterpolator id = "fadeinLoading" key="[0.0, 1.0]" keyValue="[ 0.00, 0.25 ]" fieldToInterp="backdropTransition.opacity" />
|
|
|
|
<FloatFieldInterpolator id = "fadeoutLoaded" key="[0.0, 1.0]" keyValue="[ 0.25, 0.00 ]" fieldToInterp="backdrop.opacity" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</Animation>
|
2022-04-29 07:03:01 +00:00
|
|
|
<Alpha id="AlphaMenu" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
2022-07-09 08:39:29 +00:00
|
|
|
<field id="HomeLibraryItem" type="string"/>
|
2020-06-15 16:05:48 +00:00
|
|
|
<field id="parentItem" type="node" onChange="loadInitialItems" />
|
2020-06-10 16:43:32 +00:00
|
|
|
<field id="selectedItem" type="node" alwaysNotify="true" />
|
2020-12-08 09:08:19 +00:00
|
|
|
<field id="quickPlayNode" type="node" alwaysNotify="true" />
|
2020-10-25 15:46:08 +00:00
|
|
|
<field id="imageDisplayMode" type="string" value="scaleToZoom" />
|
2022-04-29 07:03:01 +00:00
|
|
|
<field id="AlphaSelected" type="string" alias="AlphaMenu.itemAlphaSelected" alwaysNotify="true" onChange="onItemAlphaSelected" />
|
2022-06-04 03:29:22 +00:00
|
|
|
<field id="alphaActive" type="boolean" value="false" />
|
2022-06-10 03:16:17 +00:00
|
|
|
<field id="jumpToItem" type="integer" value="" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</interface>
|
2020-11-23 17:13:57 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
2020-11-29 11:18:23 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
2022-07-09 08:39:29 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
2020-12-11 04:49:41 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/deviceCapabilities.brs" />
|
2021-02-12 15:19:30 +00:00
|
|
|
<script type="text/brightscript" uri="ItemGrid.brs" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</component>
|