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

Changing the description text color on roSpringboardScreen

I am having issues trying to change the text color on roSpringboardScreen. In a futile attempt to get this working, I setup my theme as follows:

theme.SpringboardTitleText  = "#ffffff"
theme.SpringboardActorColor = "#ffffff"
theme.SpringboardSynopsisText = "#ffffff"
theme.SpringboardGenreColor = "#ffffff"
theme.SpringboardRuntimeColor = "#ffffff"
theme.SpringboardDirectorLabelColor = "#ffffff"
theme.SpringboardDirectorColor = "#ffffff"
theme.SpringboardArtistColor = "#ffffff"
theme.SpringboardArtistLabelColor = "#ffffff"
theme.SpringboardAlbumColor = "#ffffff"
theme.SpringboardAlbumLabelColor = "#ffffff"
theme.EpisodeSynopsisText = "#ffffff"


theme.SpringboardTitleText respondes as expected, changing my title to white. I have also set my meta-data item to item.TextAttrs = {Color:"#FFFFFF"}

Nothing seems to be working. Any ideas? Thanks.
0 Kudos
2 REPLIES 2
ckeboss
Visitor

Re: Changing the description text color on roSpringboardScre

Ok, so the issue was I was using outdated docs. I was looking at http://c1807832.cdn.cloudfiles.rackspac ... ce_v28.pdf

The theme attr. I was looking for is SpringboardSynopsisColor, that I found in http://c1807832.r32.cf0.rackcdn.com/Com ... ce_v41.pdf

What is the latest docs?
0 Kudos
RokuJoel
Binge Watcher

Re: Changing the description text color on roSpringboardScre

0 Kudos