0

我正在用 andengine 写一个动态壁纸,它可以在每次设备被唤醒时改变背景颜色。

我尝试使用 onresume 函数进行测试,但是当它对 mScene 执行某些操作时,它给了我一个错误。有人可以帮我弄这个吗?谢谢!

@Override
public void onResume() {
        super.onResume();
        this.mScene.setBackground(new Background(0f, 0.419639f, 0.6235308f));


}
4

0 回答 0