Skip to content
New issue

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

没法实现 下拉图片放大的效果呀。。。是我哪里用错了了吗? #43

Open
gitxiaojin opened this issue Dec 23, 2019 · 1 comment

Comments

@gitxiaojin
Copy link

图片只跟随这上走下走,但是下拉不进行放大,我的AppBarLayout 是在activity中设置成图片比例的宽高了,
int width = ScreenUtils.getScreenWidth(this);
int height = (int) (width * 0.768);

    ablHead.setLayoutParams(new CoordinatorLayout.LayoutParams(width,height));

图片

@wugj1004
Copy link

你是不是在Fragemnt中添加的布局?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants