From 51eaad1e14e0b947cd30d596de95a63942eab775 Mon Sep 17 00:00:00 2001 From: dongjunkun <1440418246@qq.com> Date: Tue, 20 Sep 2016 11:45:37 +0800 Subject: [PATCH] update readMe --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7f62699..0377958 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,6 @@ dependencies { ~~~ -##注意事项 - - 可以通过设置padding属性来控制虚线离边缘的距离 - - CouponView是继承于FrameLayout,除了边缘锯齿和虚线边框外,和普通的FrameLayout没有区别 - ##定制自己的View 可以通过CouponViewHelper这个代理类来给其他View(比如LinearLayout,ImageView,TextView)添加锯齿背景,只需要继承其他View然后添加以下代码就可以,完整代码参考[CouponView](https://github.com/dongjunkun/CouponView) ~~~