Forum Discussion
5 Replies
- AnonymousVisitorHello,
Yes, there is some limited theme attribute support on this screen. Here are the attributes supported:
TextScreenBodyText
TextScreenBodyBackgroundColor
TextScreenScrollBarColor
TextScreenScrollThumbColor
Cheers,
Jon - renojimCommunity Streaming ExpertThanks Jon! Works great.
-JT - MSGregVisitorJon,
What is the best way we can help maintain the documentation?
For example, this information should go on the roAppManager page. - AnonymousVisitorHello MSGreg,
The best input currently is to add notes on the documentation wiki site. We are definitely working to improve the process around documentation updates and you should continue to see improvements moving forward. Step one was getting the docs up on a wiki ๐
Cheers,
Jon - RokuKevinVisitorI just uploaded a sample app showing the different theme attributes supported:
http://sourceforge.net/projects/rokusdk ... p/download
And here's the snippet for your reference:
theme.BackgroundColor = "#222222"
theme.TextScreenBodyText = "#f0f0f0"
theme.TextScreenBodyBackgroundColor = "#111111"
theme.TextScreenScrollBarColor = "#a0a0a0"
theme.TextScreenScrollThumbColor = "#f0f0f0"
theme.ButtonHighlightColor = "#ff0000"
theme.ButtonNormalColor = "#0000ff"
Docs have been updated as well.
Thanks for pointing out the missing attributes!
--Kevin