This commit is contained in:
吃苹果的猫
2017-11-02 18:24:59 +08:00

View File

@@ -11,7 +11,6 @@ GIF被压缩的有点模糊下面是截图
--- ---
## 用法 ## 用法
所有属性
``` ```
<com.jyn.vcview.VerificationCodeView <com.jyn.vcview.VerificationCodeView
@@ -61,7 +60,7 @@ verificationcodeview.setOnCodeFinishListener(new VerificationCodeView.OnCodeFini
<attr name="vcv_et_cursor" format="reference" /> <attr name="vcv_et_cursor" format="reference" />
</declare-styleable> </declare-styleable>
``` ```
vcv_et_bg 背景示例(默认) `vcv_et_bg` 背景示例(默认)
``` ```
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
@@ -83,7 +82,7 @@ vcv_et_bg 背景示例(默认)
</item> </item>
</selector> </selector>
``` ```
vcv_et_cursor 光标示例(默认) `vcv_et_cursor` 光标示例(默认)
``` ```
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" <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谢谢 如果对您有帮助的话还请给个收藏或者star谢谢
--- ---