Skip to content

Commit

Permalink
Merge branch 'master' into number-stepper-view
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemradwan authored Jul 4, 2020
2 parents 02e20a0 + 22d7e09 commit c82ff2b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stepper-Library (0.5.2)
# Stepper-Library (0.6)

## Screenshots
![Image Result](https://media.giphy.com/media/f6micojJP1dpgwnB3E/giphy.gif)
Expand All @@ -17,7 +17,7 @@ allprojects {
in `dependencies` Tag

``` kotlin
implementation 'com.github.kareemradwan:Stepper-Library:0.5.2'
implementation 'com.github.kareemradwan:Stepper-Library:0.6'
```


Expand All @@ -41,8 +41,9 @@ You can Register The Activity as Controller to Notifiy When `SteeoerView` Finish
## What is Next:
- [X] The Developer Can Custmise Color of Step.
- [X] Save State of View When Device Rotate.
- [X] Custmaize Color for `unChecked` and `Checked` status
- [X] Add Number Stepper View
- [X] Custmaize Color for `unChecked` and `Checked` status (Indicator)
- [X] Custmaize Image Drawable for `unChecked` and `Checked` status (Step Icon)
- [X] Create Number Stepper View
- [ ] Add Animation for `CheckBox` When be Selected


Expand Down

0 comments on commit c82ff2b

Please sign in to comment.