Skip to content

Commit

Permalink
add all circles sample gif
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhart committed May 22, 2019
1 parent a60b773 commit 015b6e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Name| Preview
`ANIMATION_CIRCLE`| ![animation_circle](/images/animation_circle.gif)
`ANIMATION_ALL`| ![animation_all](/images/animation_all.gif)
`ANIMATION_NONE`| ![animation_none](/images/animation_none.gif)
`ANIMATION_ALL and all circles`| ![animation_none](/images/animation_circles.gif)

In ANIMATION_CIRCLE and ANIMATION_NONE examples the line color remains the same. You can achieve this by specifying:
``` app:doneStepLineColor="@color/stepview_line_next" ```
Expand Down
Binary file added images/animation_circles.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion stepview/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<item name="sv_stepPadding">12dp</item>
<item name="sv_textPadding">12dp</item>
<item name="sv_stepLineWidth">0.5dp</item>
<item name="sv_animationDuration">2000</item>
<item name="sv_animationDuration">200</item>
<item name="sv_textSize">14sp</item>
<item name="sv_animationType">Line</item>
</style>
Expand Down

0 comments on commit 015b6e0

Please sign in to comment.