pili-engineering / PLDroidShortVideo

PLDroidShortVideo 是七牛推出的一款适用于 Android 平台的短视频 SDK,提供了包括美颜、滤镜、水印、断点录制、分段回删、视频编辑、混音特效、视频剪辑、本地转码、视频上传在内的多种功能,支持高度定制以及二次开发。
https://github.com/pili-engineering/PLDroidShortVideo
Apache License 2.0
1.68k stars 311 forks source link

SquareGLSurfaceView 高度问题 #189

Open cosplay-wang opened 4 years ago

cosplay-wang commented 4 years ago

想要SquareGLSurfaceView 高度做一下UI上的调整,但是预设xml或者动态设置都不生效

ShaoLongFei commented 3 years ago

SquareGLSurfaceView 是一个正方形的 GLSurfaceView,在 onMeasure 的时候调用了 setMeasuredDimension 将宽高都设置为了 width,所以你调整这个高度是无效的,你可以直接使用 GLSurfaceView。