【发布时间】:2013-12-02 02:48:02
【问题描述】:
谁能告诉我如何制作动态壁纸滚动的背景?自 Android 4.1 更新以来,手机中的默认启动器不会滚动。但是,某些第三方启动器会滚动背景。关于我的动态壁纸;我添加了onOffsetchanged,但背景不滚动。谁能帮帮我?
这里是代码
final AutoParallaxBackground background = new AutoParallaxBackground(0, 0, 0, 5);
background.attachParallaxEntity(new ParallaxEntity(0f, new Sprite(0, 0, backgroundRegion, this.getVertexBufferObjectManager())));
mScene.setBackground(background);
【问题讨论】:
标签: android background scroll andengine live-wallpaper