File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ You can install `otp-loading-view` with `Maven Central` and `Gradle`:
14
14
``` gradle
15
15
// In your module's `build.gradle`
16
16
dependencies {
17
- implementation 'com.github.phong016688:otp-code-android-view:0.1'
17
+ implementation 'com.github.phong016688:otp-code-android-view:0.1.1 '
18
18
}
19
19
```
20
20
@@ -49,11 +49,13 @@ repositories {
49
49
app:code_stroke_error_color="#F11919"
50
50
app:code_length="4"
51
51
app:code_radius="10dp"
52
+ app:code_length="8"
52
53
app:code_stroke_width="2dp"/>
53
54
```
54
- > Note: max length code is 6.
55
+ > Note: Length code is range 1 to 8.
56
+
57
+ [ device-2023-07-06-122055.webm] ( https://github.com/phong016688/otp-code-android-view/assets/37899092/2f395053-dbfe-4cab-b85f-351a395c70ab )
55
58
56
- [ video_white.webm] ( https://github.com/phong016688/otp-code-android-view/assets/37899092/44f7077c-95f3-4fc5-b1bf-4c101cb05b77 )
57
59
58
60
## License
59
61
You can’t perform that action at this time.
0 commit comments