Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
xoceunder
Level 10

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
Roku Employee
Roku Employee

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