remove anti-alias call for older devices
This commit is contained in:
parent
4791e4e93f
commit
b90483f65b
|
@ -42,7 +42,7 @@ public class RandomColorCircleView extends View
|
|||
private void init(){
|
||||
paint.setStyle(Paint.Style.FILL);
|
||||
paint.setColor(Color.WHITE);
|
||||
paint.setAntiAlias(true);
|
||||
// paint.setAntiAlias(true);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue