RoMessageDialog background color

In Roku BrightScript, is there a way to change the background color of popup dialogs like roMessageDialog to blue instead of the default gray?

It is possible to change the text color using attributes DialogBodyText

and DialogTitleText

in roAppManager , but I don't see any way to change the background color.

Setting ThemeType

to generic-dark

has some effect as well, but allows you to switch between light gray and dark gray.

+3


source to share


2 answers


You can use roImageCanvas or roScreen to create a popup of your choice.



+1


source


Got the following response on the Roku developer forum :



"No, they only have a standard and dark theme. You might want to create your own popup dialog using roImageCanvas."

+2


source







All Articles