Forum Discussion
TheEndless
11 years agoChannel Surfer
As you noted, the grid screen only supports grayscale background colors. Unfortunately, there is no workaround for that.
- chaklasiyanikun6 years agoRoku Guru
Now, In SGDex View, Is it possible to change the background in view wise?. By default, all views displayed grayscale background.
Using below code It's Change hole View Background.
m.top.backgroundColor = "0x000000FF"
m.top.backgroundURI = "pkg:/images/background_image.png"I need to change background in view wise. I tried below code. But no luck.
m.GridView.backgroundColor = "0x000000FF"
m.GridView.backgroundURI = "pkg:/images/background_image.png"