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: 

icon on button

Is it possible to add icon to a button?
in existing screen e.g. in springboard.
i want to do button like the rating button but with anther icon.
i don't want custom interface only change in the button.

thanks,
0 Kudos
5 REPLIES 5
RokuChris
Roku Employee
Roku Employee

Re: icon on button

No, that's not something you can do with roSpringboardScreen
0 Kudos

Re: icon on button

but in other screen it's possible?
how i can do it's?

thanks,
0 Kudos
TheEndless
Channel Surfer

Re: icon on button

The only screen that allows custom icons on buttons is the roListScreen (see this blog post for an example). Otherwise you'd have to draw a completely custom screen either with roImageCanvas or roScreen.
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

Re: icon on button

on roScreen i can put existing component?
i want the screen see like the roSpringboard.
how the like/no like in pandora works?
0 Kudos
RokuChris
Roku Employee
Roku Employee

Re: icon on button

If you go the roScreen route, you have to draw everything from scratch. You can't add other components to a roScreen.

The thumbs up/down button on the springboard is a standard part of that screen (http://sdkdocs.roku.com/display/RokuSDK ... humbRating).
0 Kudos