摘要: 1 public class PagePoint extends View { 2 3 private String TAG = "PagePoint"; 4 Paint p; 5 int totalPage;//总页面数 6 int currentPage; 7 Bitmap bmp, bmp2; 8 int screenW; 9 int screenH;10 boolean flag = false;11 12 int ws;//图片的宽13 int dw = 10;//点之间的间距14 int t... 阅读全文
posted @ 2011-12-10 11:07 YunLin 阅读(1439) 评论(1) 推荐(2) 编辑