Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-huangjie authored Nov 28, 2019
1 parent 6d7d0ef commit ec8a8b3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ xml属性:

|属性|作用|
|----|----|
|keyViewbg|用于设置键盘的按压效果和按钮之间线的粗细颜色等
|keyDrawable|用于设置键盘的按压效果和按钮之间线的粗细颜色等
|xmlLayoutResId| 设置键盘的布局文件,必须设置
|isRandom|是否数字随机

Expand All @@ -63,11 +63,11 @@ java属性:

`setKeyboardUI`可用来定义键盘上字体的UI,如颜色,大小

`setKeybgDrawable` 设置按压效果文件
`setKeyDrawable` 设置按压效果文件

`setOnKeyboardActionListener` 键盘输入监听

`setRandomkeys` 设置键盘数字随机,如果已随机数字,设置为false即可另数字恢复正常
`setRandomKeys` 设置键盘数字随机,如果已随机数字,设置为false即可另数字恢复正常

如果需要实现焦点监听,需要实现`setFocusChangeListence`接口,注意是项目方法不是原生Api方法噢。

Expand All @@ -84,7 +84,7 @@ xml属性:

|属性|作用|
|----|----|
|keyViewbg|用于设置键盘的按压效果和按钮之间线的粗细颜色等
|keyDrawable|用于设置键盘的按压效果和按钮之间线的粗细颜色等
|xmlLayoutResId| 设置键盘的布局文件,必须设置
|isRandom|是否数字随机
|space|开启4位空格功能,使用场景是输入身份证或银行卡号的时候。
Expand Down Expand Up @@ -112,12 +112,15 @@ xml属性:
2018/12/18
加入随机键盘功能
2019/11/28
规范命名
优化:当键盘弹出时点击回退按钮关闭键盘,而不是Activity
```

### 后续优化
* ~~加入随机键盘功能~~
* ~~解决在RecyclerView中的回收问题~~
* 优化KeyBoardView的模式,期望增加唯一键盘模式(待设计ing)

如果有别的未覆盖到的功能希望能在issuse中反馈,个人能想到的场景有限,希望各位大佬集思广益

Expand Down

0 comments on commit ec8a8b3

Please sign in to comment.