PageView这个东西怎么设置它的背景透明啊?求解

PageView这个东西在ios上的透明的,到了安卓上面就不透明了,请问怎么设置它的背景为透明啊,求解。

:14:我觉得你的问题可能和我的问题一样。不过我的是各种控件颜色不对。不光是pageview,请试试以下代码。
public class AppActivity extends Cocos2dxActivity {
public Cocos2dxGLSurfaceView onCreateView() {
Cocos2dxGLSurfaceView glSurfaceView = new Cocos2dxGLSurfaceView(this);
glSurfaceView.setEGLConfigChooser(5, 6, 5, 0, 16, 8);
return glSurfaceView;
}
}
放在哪 你懂的。。。。

谢谢,问题解决了。:14: