remove anti-alias call for older devices

This commit is contained in:
n8fr8 2012-10-22 13:43:01 +05:30
parent 4791e4e93f
commit b90483f65b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}