2023-03-22 18:10:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-10-30 22:04:09 +00:00
|
|
|
<component name="Home" extends="JFScreen">
|
2020-03-03 23:01:13 +00:00
|
|
|
<children>
|
2022-06-12 20:36:00 +00:00
|
|
|
<Poster id="backdrop" loadDisplayMode="scaleToZoom" width="1920" height="1200" />
|
2023-12-02 04:05:15 +00:00
|
|
|
<HomeRows id="homeRows" focusBitmapBlendColor="0xFFFFFF00" />
|
2020-03-03 23:01:13 +00:00
|
|
|
<OptionsSlider id="options" />
|
2023-12-02 04:05:15 +00:00
|
|
|
|
|
|
|
<Animation id="fadeInFocusBitmap" delay="1" duration=".2" repeat="false" easeFunction="inQuad">
|
|
|
|
<ColorFieldInterpolator id="fadeInFocusBitmapInterpolator" key="[0.0, 1.0]" keyValue="[0xFFFFFF00, 0xFFFFFFFF]" fieldToInterp="homeRows.focusBitmapBlendColor" />
|
|
|
|
</Animation>
|
2020-03-03 23:01:13 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
2020-03-12 18:33:45 +00:00
|
|
|
<field id="selectedItem" alias="homeRows.selectedItem" />
|
2020-12-08 08:39:58 +00:00
|
|
|
<field id="quickPlayNode" alias="homeRows.quickPlayNode" />
|
2020-03-24 00:45:40 +00:00
|
|
|
<function name="refresh" />
|
2020-12-08 15:56:13 +00:00
|
|
|
<function name="loadLibraries" />
|
2020-03-03 23:01:13 +00:00
|
|
|
</interface>
|
2023-03-22 18:10:07 +00:00
|
|
|
</component>
|