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

Theme/color questions

Is it possible to change the color of:

#1 - The arrows used in the filter banner
#2 - The border thumbnail for both the active and inactive selection
0 Kudos
3 REPLIES 3
joetesta
Roku Guru

Re: Theme/color questions

Regarding 2, I assume you mean the boxes on the grid pages; the box for the active selection can be changed with, for example:

    theme.GridScreenFocusBorderSD = "pkg:/images/box140x94.png"
theme.GridScreenFocusBorderHD = "pkg:/images/box210x158.png"

theme.GridScreenBorderOffsetSD = "-20,-20"
theme.GridScreenBorderOffsetHD = "-20,-20"


I don't think there is a border on the inactive ones?

aha, found the docs for the filterbanner image: http://sdkdocs.roku.com/display/sdkdoc/roAppManager
FilterBannerActiveColor	Po	HTML HEX Color Value.	#FF00FF	1.0
FilterBannerActiveHD Po URL to set HD Filter Banner Active/Focus Highlighter pkg:/images/Filter_ActiveHint_SD43.png 1.0
FilterBannerActiveSD Po URL to set SD Filter Banner Active/Focus Highlighter pkg:/images/Filter_ActiveHint_SD43.png 1.0
FilterBannerInactiveColor Po HTML HEX Color Value. #FF00FF 1.0
FilterBannerInactiveHD Po URL to set HD Filter Banner Inactive Highlighter pkg:/images/Filter_InactiveHint_SD43.png 1.0
FilterBannerInactiveSD Po URL to set SD Filter Banner Inactive Highlighter pkg:/images/Filter_InactiveHint_SD43.png 1.0
FilterBannerSideColor Po HTML HEX Color Value. #FF00FF 1.0
FilterBannerSliceHD Po URL to set HD Filter Banner Background Image pkg:/images/Filter_BackgndSlice_SD43.png 1.0
FilterBannerSliceSD Po URL to set SD Filter Banner Background Image pkg:/images/Filter_BackgndSlice_SD43.png 1.0
aspiring
0 Kudos
sonnykr
Visitor

Re: Theme/color questions

Is there a way to change the button selector img for RocodeRegistrationscreen? Or will it remain dark gradient image alwys?
0 Kudos
dcrandall
Visitor

Re: Theme/color questions

"bosborne" wrote:
Is it possible to change the color of:

#1 - The arrows used in the filter banner
#2 - The border thumbnail for both the active and inactive selection


re #2
Assuming you're referring to roPosterScreen which uses the filter banner... the border is fixed at solid black 'n shiny, as far as everything I've looked at.
0 Kudos