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

roParagraphScreen customization

Hi Guys.,

Just wondering whether its possible to modify the default theme (Gradient blue header and while bg with black text) of Standard templates such as roParagraphScreen? Couldnt find any documentation

1. To add a logo
2. Change the color scheme
3. Modify the font size of a particular word (For ex. in pseduo format: <small>Enter your activation code:</small> <large>ACDEF</large>)

Is it possible, or is it better to go custom screen using 2D graphics??

Thanks,
Sonny
0 Kudos
3 REPLIES 3
RokuChris
Roku Employee
Roku Employee

Re: roParagraphScreen customization

Overhangs, logos, and colors can all be changed with roAppManager: http://sdkdocs.roku.com/display/sdkdoc/roAppManager

For #3, consider using roCodeRegistrationScreen instead of roParagraphScreen. http://sdkdocs.roku.com/display/sdkdoc/ ... tionScreen
0 Kudos
belltown
Roku Guru

Re: roParagraphScreen customization

Depending on your needs, if the roAppManager customization isn't sufficient, an roImageCanvas may do what you want. It allows you to customize backgrounds, colors, logos, use different text fonts, colors and sizes, etc. It even supports standard Roku buttons (although the documentation for the button events happens to be missing, but they work the same as other buttons). It's not too difficult, although definitely takes more code than an roParagraph screen, depending on how much customization you plan to implement.
0 Kudos
sonnykr
Visitor

Re: roParagraphScreen customization

Thank you RokuChris and belltown 🙂
0 Kudos