示例代码_CheckView
作者: GcsSloop创建于 2016年2月5日更新于 2021年2月25日
private static final int ANIM_NULL = 0; //动画状态-没有 private static final int ANIM_CHECK = 1; //动画状态-开启 private static final int ANIM_UNCHECK = 2; //动画状态-结束 private Context mContext; //上下文 private int mWidth, mHeight; //宽高 private Handler mHandler; //handler private Paint mPaint; private Bitmap okBitmap;
内容来源: GcsSloop/AndroidNote