Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Commit 6289056

Browse files
authored
Update README.md
1 parent e2f7504 commit 6289056

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# VerifyCodeEditText
22

3-
***
43
[![Release](https://img.shields.io/github/release/jakode2020/VerifyCodeEditText.svg?style=flat)](https://jitpack.io/#jakode2020/VerifyCodeEditText)
54
[![Kotlin Version](https://img.shields.io/badge/kotlin-1.4.30-ff8a0d.svg)](https://kotlinlang.org)
65
[![API](https://img.shields.io/badge/API-17%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=17)
@@ -11,9 +10,10 @@ The use of verify code edit text is to get a one-time code from the user,
1110
There is no default edit text in Android to get a one-time use code.<br>
1211
That's why I decided to build a library so that both xml and kotlin could create such input :)
1312

14-
[1]
13+
![alt text][1]
1514

1615
### Gradle Setup
16+
1717
***
1818
```gradle
1919
repositories {
@@ -26,7 +26,7 @@ dependencies {
2626
```
2727

2828
## Usage
29-
***
29+
3030
### XML
3131

3232
```
@@ -61,7 +61,7 @@ change bottom drawable state
6161
verifyCodeEditText.resetCodeItemLineDrawable()
6262
```
6363

64-
[2]
64+
![alt text][2]
6565

6666
set / get text
6767
```
@@ -110,4 +110,4 @@ limitations under the License.
110110
```
111111

112112
[1]: ./art/Screenshot.png
113-
[2]: ./art/ScreenshotError.png
113+
[2]: ./art/ScreenshotError.png

0 commit comments

Comments
 (0)