摘要: /** * @author gongchaobin * * 圆 * @version 2012-12-5 */public class RingView extends View { private Paint paint; private Context context; private int radius;//半径 private int color;//颜色值 public RingView(Context context) { // TODO Auto-generated constructor stub ... 阅读全文
posted @ 2012-12-05 16:42 暗殇 阅读(1484) 评论(0) 推荐(0)