Is it possible to change the background color of a screen's menu from the blueish-grayish color that is the default?
Asked
Active
Viewed 657 times
0
-
2Once with API 4.7.0 I tried to do this but without success. – Vit Khudenko Aug 25 '11 at 07:08
1 Answers
2
You can use public void setBackground(Background background) [net.rim.device.api.ui.component.Menu] to change the background. A Null value will provide default background (system theme). (since BlackBerry API 5.0.0)

Rupak
- 3,674
- 15
- 23