update
This commit is contained in:
@@ -11,7 +11,6 @@ GIF被压缩的有点模糊,下面是截图
|
||||
|
||||
---
|
||||
## 用法
|
||||
所有属性
|
||||
|
||||
```
|
||||
<com.jyn.vcview.VerificationCodeView
|
||||
@@ -61,7 +60,7 @@ verificationcodeview.setOnCodeFinishListener(new VerificationCodeView.OnCodeFini
|
||||
<attr name="vcv_et_cursor" format="reference" />
|
||||
</declare-styleable>
|
||||
```
|
||||
vcv_et_bg 背景示例(默认)
|
||||
`vcv_et_bg` 背景示例(默认)
|
||||
```
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
@@ -83,7 +82,7 @@ vcv_et_bg 背景示例(默认)
|
||||
</item>
|
||||
</selector>
|
||||
```
|
||||
vcv_et_cursor 光标示例(默认)
|
||||
`vcv_et_cursor` 光标示例(默认)
|
||||
```
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
@@ -123,4 +122,3 @@ CSDN:[http://blog.csdn.net/jiaoyaning1210/article/details/78427818](http://blo
|
||||
如果对您有帮助的话,还请给个收藏或者star,谢谢!
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user