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

Commit 3155019

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5beb1e1 + 35b1e13 commit 3155019

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 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,14 +26,14 @@ dependencies {
2626
```
2727

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

3232
```
3333
<com.jakode.verifycodeedittext.VerifyCodeEditText
3434
android:layout_width="wrap_content"
3535
android:layout_height="wrap_content"
36-
android:layoutDirection="ltr" (RTL language need this fiels)
36+
android:layoutDirection="ltr" (RTL language need this field)
3737
android:paddingBottom="12dp"
3838
app:BottomErrorIcon="@drawable/bottom_error_icon"
3939
app:BottomIconHeight="2dp"
@@ -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
```
@@ -94,7 +94,7 @@ set / get text
9494
### License
9595
***
9696
```
97-
Copyright Jakode2020
97+
Copyright 2021 Jakode2020
9898
9999
Licensed under the Apache License, Version 2.0 (the "License");
100100
you may not use this file except in compliance with the License.
@@ -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)