ysj40540

Results 6 issues of ysj40540

底部指示器 无效? LinearGradient lg = new LinearGradient(mLineRect.left, mLineRect.top, mLineRect.right, mLineRect.bottom, new int[]{0xFF006ce7, 0xFF0060E2}, null, LinearGradient.TileMode.CLAMP); getPaint().setShader(lg); mPaint.setShader(lg); @Override protected void onDraw(Canvas canvas) { canvas.drawRoundRect(mLineRect, mRoundRadius, mRoundRadius, mPaint); }

如题。

你的另外iyge库warkiz / TickSeekBar 在设置max显示为100时,如何限制滑动只能最大到80?

在设置max显示为100时,如何限制滑动只能最大到80?