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: 
manishDev
Visitor

Rowlist focus image left shifted on node element

So, I have rowlist with multiple rows. The rows that have elements going beyond the viewing area, the focus image is right on point. But, for the rows where I have a few node elements, the focus is not aligned with the thumbnails horizontally. Focus image looks a little left shifted. Any idea?

vertFocusAnimationStyle="fixedFocusWrap"
rowFocusAnimationStyle="fixedFocusWrap"
0 Kudos
2 REPLIES 2
manishDev
Visitor

Re: Rowlist focus image left shifted on node element

I figured out the issue. iteSize of the rowlist must be carefully calculated and assigned for each row.
0 Kudos
manishDev
Visitor

Re: Rowlist focus image left shifted on node element

If you stumble upon this thread and still have this issue, here are my suggestions that will surely help:
               1. check whether the focusbitmap image is a properly designed 9 patch image
               2. You may just want to use the default inbuilt focus image and use the field focusbitmapcolor to change the focus indicator color. This will cover the same business requirement with minimal code.
0 Kudos