Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
xoceunder
Roku Guru

How can I add a photo to LabelList

How can I add a photo to LabelList

<LabelList
id="EpgNowGrid"
focusRow = "0"
numRows="7"
focusBitmapUri="pkg:/images/inactive.jpg"
focusFootprintBitmapUri="pkg:/images/active.png"
vertFocusAnimationStyle= "floatingFocus"
translation="[461,462]"
itemSize="[643,63]"
itemSpacing="[0,6]"
color="#FFFFFF"/>

how to make it have a photo to always show and one when selected

0 Kudos
1 REPLY 1
RokuJonathanD
Community Moderator
Community Moderator

Re: How can I add a photo to LabelList

Hi @xoceunder,

Actually, I observed in your XML file that you named the id "EpgNowGrid". Are you trying to implement an EPG with this component? In that case, have you looked at our TimeGrid documentation that explains how to do this? 

0 Kudos