
android自定义控件
忆丶chen
热爱IT,热爱新技术
展开
-
价格输入框,数量输入框过滤输入数字
github地址:https://github.com/pingcc/MyApplication原创 2017-07-03 11:25:44 · 473 阅读 · 0 评论 -
升级简单绘制进度条,加粗样式
public class CircleView extends View { private static final String TAG = "CircleView"; private Paint mPaint; private int mCenterX; private int mCenterY; private float ract; //...原创 2017-07-03 11:54:08 · 468 阅读 · 0 评论 -
基于Glide4.0.0RC1 BitmapTransformation给图片加上各类圆角,并提供将四小图合成大图
/*** Email yy_cping@163.com* Edit androidStudio* desc : 将图片转化为给类的特殊圆角图片*/public class GlideRoundedCornersTransform extends BitmapTransformation { private float mRadius; private Corne...原创 2017-07-19 15:59:05 · 7948 阅读 · 0 评论 -
长按水波纹,拖拽取消发送的语音控件
按钮实现效果 取消监听,发送监听,水波纹的移动范围已给出监听,Demo源码github 链接地址:https://github.com/pingcc/DownWaveDragView原创 2017-09-07 15:23:57 · 1151 阅读 · 0 评论