From 84f184f224f7452519230b45739ffd4a75d7e233 Mon Sep 17 00:00:00 2001 From: "guangli.lgl" Date: Sat, 11 Mar 2017 15:27:20 +0800 Subject: [PATCH] feat: add inputType to support passsword type --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b6f0f..314256a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,20 @@ android:layout_marginBottom="16dp" /> +自定义输入类型:指定属性 inputType: + + + ![](https://github.com/liuguangli/VerificationCodeInput/blob/master/verification.gif) # Gradle dependencies @@ -66,7 +80,7 @@ Add it in your root build.gradle at the end of repositories: Step 2. Add the dependency dependencies { - compile 'com.github.liuguangli:VerificationCodeInput:1.1' + compile 'com.github.liuguangli:VerificationCodeInput:1.3' } # MIT