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
mItemWidth是宽度 / 7 得到的int值,会丢掉小数,绘制时用j * mItemWidth计算x是有可能会越差越多的。比如整体宽度1070,1070 / 7 = 152,152 * 7 = 1064,会差6px
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mItemWidth是宽度 / 7 得到的int值,会丢掉小数,绘制时用j * mItemWidth计算x是有可能会越差越多的。比如整体宽度1070,1070 / 7 = 152,152 * 7 = 1064,会差6px
The text was updated successfully, but these errors were encountered: