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: 
moz-peterbe
Visitor

How to make Splash screen

I built a simple app by copying the videoplayer example app. It just shows my MainMenu_Icon_CenterFocus_HD.png and "Loading..." when it loads the app.

I want to have a big nice splash screen like the likes of Netflix and Hulu.

How can I do that?
0 Kudos
2 REPLIES 2
matt604
Visitor

Re: How to make Splash screen

http://blog.roku.com/developer/2012/02/ ... h-screens/

Basically, add the following to your manifest file

splash_screen_hd=pkg:/images/<hd splash screen image>
splash_screen_sd=pkg:/images/<sd splash screen image>
splash_color=#rrggbb


The images you specify will be centered in the screen over the background color specified by splash_color.
0 Kudos
moz-peterbe
Visitor

Re: How to make Splash screen

Works like a charm! Thank you!
0 Kudos