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
此布局的父布局必须为FrameLayout,如果有使用的朋友出现Y轴偏移的情况,在最外层加一层FrameLayout就行,否则会容易高度计算错误。
The text was updated successfully, but these errors were encountered:
onLayout的时候绘制child top用的是父容器的,所以偏移了,mChildView.layout(l, 0, l + width, 0 + height);
Sorry, something went wrong.
No branches or pull requests
此布局的父布局必须为FrameLayout,如果有使用的朋友出现Y轴偏移的情况,在最外层加一层FrameLayout就行,否则会容易高度计算错误。
The text was updated successfully, but these errors were encountered: