Android-SGTextView
Android-SGTextView copied to clipboard
没有渐变
没有渐变
new LinearGradient(0, 0, 1000, 1000, new int[]{Color.parseColor(startColor), Color.parseColor(endColor)}, null, TileMode.CLAMP)); }
换成这个,是渐变的位置不对导致的。
不要写在oncreate方法中。