auzy
16 years agoBinge Watcher
Springboard Description text color
Hi,
I'm looking to set the color of the description/synopsis text in the springboard screen, because the default color doesn't pop very well against the background color I want to use.
I'm setting it basically as follows:
However, it seems the color only takes effect if on the springboard screen I set the set the description style to "video".
If I set the description style to movie, the color doesn't take effect. (I've only considered "movie" and "video" so far)
I was planning to use the "movie" style so that I could also get the HD graphic on the springboard page, which looks like it's not included when the style is "video". Is there a way to get the best of both worlds? i.e. Custom description text color and HD indicator?
I'm looking to set the color of the description/synopsis text in the springboard screen, because the default color doesn't pop very well against the background color I want to use.
I'm setting it basically as follows:
theme = CreateObject("roAssociativeArray")
theme.SpringboardSynopsisText = "#707070"
setThemeDark(theme)
However, it seems the color only takes effect if on the springboard screen I set the set the description style to "video".
screen.SetDescriptionStyle("video")If I set the description style to movie, the color doesn't take effect. (I've only considered "movie" and "video" so far)
screen.SetDescriptionStyle("movie")I was planning to use the "movie" style so that I could also get the HD graphic on the springboard page, which looks like it's not included when the style is "video". Is there a way to get the best of both worlds? i.e. Custom description text color and HD indicator?