<?xml version="1.0" encoding="utf-8" ?>
<component name="HomeScreen" extends="Group">
<script type="text/brightscript" uri="pkg:/components/screens/HomeScreen/HomeScreen.brs" />
<interface>
<field id="playlists" type="node"/>
</interface>
<children>
<RowList
id="videoList"
visible="false"
itemComponentName="PosterItemHero"
itemSize = "[1920, 785]"
rowItemSize = "[[1400, 785]]"
focusXOffset = "[262]"
showRowLabel="false"
showRowCounter="false"
rowFocusAnimationStyle="fixedFocusWrap"
failedBitmapUri="pkg:/images/placeholder-image.png"
focusBitmapUri="pkg:/images/9-patch/focus_thumbnail_home.9.png"
translation="[0, 38]" />
</children>
</component>