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
图片只跟随这上走下走,但是下拉不进行放大,我的AppBarLayout 是在activity中设置成图片比例的宽高了, int width = ScreenUtils.getScreenWidth(this); int height = (int) (width * 0.768);
ablHead.setLayoutParams(new CoordinatorLayout.LayoutParams(width,height));
The text was updated successfully, but these errors were encountered:
你是不是在Fragemnt中添加的布局?
Sorry, something went wrong.
No branches or pull requests
图片只跟随这上走下走,但是下拉不进行放大,我的AppBarLayout 是在activity中设置成图片比例的宽高了,
int width = ScreenUtils.getScreenWidth(this);
int height = (int) (width * 0.768);
The text was updated successfully, but these errors were encountered: