Skip to content

Commit

Permalink
更新文檔
Browse files Browse the repository at this point in the history
  • Loading branch information
mosentest committed Feb 27, 2019
1 parent 27b8c12 commit cfdff9b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Step 2. Add the dependency

```
dependencies {
implementation 'com.github.moz1q1:WeChatPswKeyboard:v1.0.6'
implementation 'com.github.moz1q1:WeChatPswKeyboard:1.0.7'
}
```

Expand Down Expand Up @@ -63,6 +63,20 @@ Step 2. Add the dependency
<attr name="virtualkeyboard_point" format="boolean"></attr> 是否显示 ‘.’ 数字键盘
</declare-styleable>
</resources>
<com.moziqi.pwd.widget.VerificationCodeView
android:id="@+id/verificationcodeview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal"
app:vcv_et_bg="@drawable/pwd_et_login_code"
app:vcv_et_cursor="@drawable/pwd_et_cursor"
app:vcv_et_inputType="number"
app:vcv_et_number="6"
app:vcv_et_text_color="@android:color/black"
app:vcv_et_text_size="14sp" />
```
Share this release:

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:26.0.1'
compile project(":pswkeyboardlibrary")
// compile project(":pswkeyboardlibrary")
// compile 'com.jyn.verificationcodeview:verificationcodeview:1.0.0'
// compile 'com.github.moz1q1:WeChatPswKeyboard:v1.0.1'
compile 'com.github.moz1q1:WeChatPswKeyboard:1.0.7'
}

0 comments on commit cfdff9b

Please sign in to comment.