摘要: 1.Android中很多时候都要自己去画一个自定义控件出来,就需要用到Paint和Canvas这两个类。2.效果图: 3.直接上代码: 1 public class BatteryView extends View { 2 3 private Paint mBatteryPai... 阅读全文
posted @ 2014-11-06 22:33 perfect亮 阅读(1788) 评论(0) 推荐(0) 编辑