1. 首页
  2. 数据库
  3. 其它
  4. android自定义ImageView仿图片上传示例

android自定义ImageView仿图片上传示例

上传者: 2021-01-16 11:01:53上传 PDF文件 112.57KB 热度 5次
看下效果图 主要看下自定义view 代码 public class ProcessImageView extends ImageView{ private Context context; private Paint paint; private LogUtil log=LogUtil.getInstance(); int progress = 0; private boolean flag; public ProcessImageView(Context context) { super(context); } public ProcessI
下载地址
用户评论