0
如何使用J2ME Polish在運行時更改項目樣式?如何在運行時使用J2ME Polish更改項目樣式波蘭語
我想下面的代碼,但我無法得到它的工作。
Style style = new Style();
style.addAttribute("background-color", "#FF0000");
item.setStyle(style);
如何使用J2ME Polish在運行時更改項目樣式?如何在運行時使用J2ME Polish更改項目樣式波蘭語
我想下面的代碼,但我無法得到它的工作。
Style style = new Style();
style.addAttribute("background-color", "#FF0000");
item.setStyle(style);
Style style = new Style();
style.background = new BorderedSimpleBackground(0xF0F0F0, 0xFF0000, 1);
item.setStyle(style);