none(边框颜色不变),horizontal(水平方向颜色变淡),vertical(垂直方向颜色变淡)。...textView.setBackgroundColor(Color.argb((int) 0, 144,151,166));
} else if (y > 0...float alpha = (255 * scale);
textView.setTextColor(Color.argb((int) alpha, 255,255,255...));
textView.setBackgroundColor(Color.argb((int) alpha, 144,151,166));
} else {...//滑动到banner下面设置普通颜色
textView.setBackgroundColor(Color.argb((int) 255, 144,151,166));