NestScrollView滑动监听
mNestedScrollView = (NestedScrollView) findViewById(R.id.nested_scroll_view);
re = (RelativeLayout) findViewById(R.id.re);
final int height = re.getLayoutParams().height;
mNestedScrollView.setOnScrollChangeListener(new NestedScrollView.OnScrollChangeListener() {
// 将透明度声明成局部变量用于判断
int alpha = 0;
int count = 0;
float scale = 0;
@Override
public