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,
1110There is no default edit text in Android to get a one-time use code.<br >
1211That'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
1919repositories {
@@ -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
6666set / get text
6767```
@@ -94,7 +94,7 @@ set / get text
9494### License
9595***
9696```
97- Copyright Jakode2020
97+ Copyright 2021 Jakode2020
9898
9999Licensed under the Apache License, Version 2.0 (the "License");
100100you 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