|
|
|
@ -45,9 +45,9 @@ public class RockerView extends View{
|
|
|
|
|
bubblePaint.setAntiAlias(true);
|
|
|
|
|
bubblePaint.setColor(grayColor);
|
|
|
|
|
|
|
|
|
|
rectfPaint.setAntiAlias(true);
|
|
|
|
|
rectfPaint.setColor(Color.parseColor("red"));
|
|
|
|
|
rectfPaint.setAlpha(144);
|
|
|
|
|
// rectfPaint.setAntiAlias(true);
|
|
|
|
|
// rectfPaint.setColor(Color.parseColor("red"));
|
|
|
|
|
// rectfPaint.setAlpha(144);
|
|
|
|
|
}
|
|
|
|
|
@Override
|
|
|
|
|
protected void onDraw(Canvas canvas) {
|
|
|
|
|