We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d98b2e commit 5d24275Copy full SHA for 5d24275
1 file changed
README.md
@@ -5,7 +5,7 @@
5
## jcenter 引入
6
7
```
8
- implementation 'com.github.lwjfork:CodeEditText:1.0.3'
+ implementation 'com.github.lwjfork:CodeEditText:1.0.4'
9
10
11
@@ -70,9 +70,16 @@ password | 密码圆点展示
70
<img src='https://github.com/lwjfork/CodeEditText/blob/master/example.jpg' height='600'/>
71
72
## Change list
73
-## 1.0.1
74
-1. 添加 delete 和 addChar 方法 方便自定义键盘
+
+## 1.0.4
75
+1. fix 当code长度超过6位时,绘制错误
76
77
78
## 1.0.2
79
1. 支持自定义样式,具体参考demo里的 CustomStyleActivity
80
2. 添加addCharSequence 方法
81
82
+## 1.0.1
83
+1. 添加 delete 和 addChar 方法 方便自定义键盘
84
85
0 commit comments