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

How to change text color of short description lines

In gridscreen, I'm trying to change the color of the text that is under the poster. I believe they are short desc. 1 and 2.
 Title: "Preferences"
ContentType: "Preferences"
ShortDescriptionLine1: "Preferences"
ShortDescriptionLine2: "Version " + getGlobalVar("channelVersion", "Unknown")
HDPosterUrl: viewController.getThemeImageUrl("hd-preferences.jpg")
SDPosterUrl: viewController.getThemeImageUrl("hd-preferences.jpg")
})


Thank you.
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: How to change text color of short description lines

Unless they changed it in the latest firmware, you can't change it on the grid screen. It's hard coded to that gray, unfortunately.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
dnicks
Visitor

Re: How to change text color of short description lines

ok, thank you.
0 Kudos