Skip to content

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

Description

@gitxiaojin

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

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

图片

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions