We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mDanMuContainerBroadcast.setZOrderOnTop(true); mDanMuContainerBroadcast.getHolder().setFormat(PixelFormat.TRANSLUCENT); 这样设置之后DanMuSurfaceView透明了 但是DanMuSurfaceView外面套了一层ScrollView 上下滑动的时候DanMuSurfaceView会穿透所有控件 覆盖在别的布局之上 这个问题怎么解决?还是我设置透明的方式不对?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mDanMuContainerBroadcast.setZOrderOnTop(true);
mDanMuContainerBroadcast.getHolder().setFormat(PixelFormat.TRANSLUCENT); 这样设置之后DanMuSurfaceView透明了 但是DanMuSurfaceView外面套了一层ScrollView 上下滑动的时候DanMuSurfaceView会穿透所有控件 覆盖在别的布局之上 这个问题怎么解决?还是我设置透明的方式不对?
The text was updated successfully, but these errors were encountered: