码迷,mamicode.com
首页 > 移动开发 > 详细

cocos2d-x 3.2 listview scorllview 等容器在小米华为等部分手机显示泛白解决

时间:2015-07-22 12:14:33      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

感觉记不住,代码贴上以免以后难找

  在proj.android\src\org\cocos2dx\cpp\AppActivity.java 中的

   public class AppActivity extends Cocos2dxActivity 里面添加以下代码

   public Cocos2dxGLSurfaceView onCreateView() {
        Cocos2dxGLSurfaceView glSurfaceView = new Cocos2dxGLSurfaceView(this);
        glSurfaceView.setEGLConfigChooser(8 , 8, 8, 8, 16, 8);
 
        return glSurfaceView;
    }

cocos2d-x 3.2 listview scorllview 等容器在小米华为等部分手机显示泛白解决

标签:

原文地址:http://www.cnblogs.com/abelmou/p/4666560.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!