摘要: Paint paint = new Paint(); paint.setAntiAlias(true); paint.setStyle(Paint.Style.STROKE); paint.setColor(Color.BLUE); PathEffect effects = new DashPath 阅读全文
posted @ 2016-08-15 16:13 北京刘星 阅读(2559) 评论(0) 推荐(0) 编辑