SquareGLSurfaceView 高度问题
cosplay-wang opened this issue · 1 comments
cosplay-wang commented
想要SquareGLSurfaceView 高度做一下UI上的调整,但是预设xml或者动态设置都不生效
ShaoLongFei commented
SquareGLSurfaceView 是一个正方形的 GLSurfaceView,在 onMeasure 的时候调用了 setMeasuredDimension 将宽高都设置为了 width,所以你调整这个高度是无效的,你可以直接使用 GLSurfaceView。