Skip to content

Commit e1ba357

Browse files
authored
Update README.md
1 parent b3ffaac commit e1ba357

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,15 @@
9393
| <p align="center">Top To Bottom</p> | <img src="art/top_to_bottom.gif" width="90%" /> |
9494
| <p align="center">Bottom To Top</p> | <img src="art/bottom_to_top.gif" width="90%" /> |
9595

96-
### Additional Rounded Corners sample
96+
### Additional
97+
## Rounded Corners sample
9798

9899
<img align="left" src="art/rounded_corners.gif" width="100%" />
99100

101+
## Gradient Progress sample
102+
103+
<img align="left" src="art/gradient.gif" width="100%" />
104+
100105
### Customisation
101106

102107
Here are the attributes you can specify through XML or related setters programatically:
@@ -109,7 +114,9 @@ Here are the attributes you can specify through XML or related setters programat
109114
* `fpl_progressDuration` - Set fill duration.
110115
* `fpl_shouldRestart` - Set if progress filling should restart from 0.
111116
* `fpl_progressDirection` - Set fill direction. i.e. `left_to_right`,`right_to_left`,`top_to_bottom` or `bottom_to_top`
112-
117+
* `fpl_gradientColors` - Set array of gradient colors i.e. `@array/gradientColors`
118+
* `fpl_gradientMovement` - Set true for gradient movement with progress and false for static filling
119+
* `fpl_gradientDirection` - Set Gradient direction. i.e. `left_to_right`,`right_to_left`,`top_to_bottom` , `bottom_to_top`,`top_left_to_bottom_right`,`top_right_to_bottom_left`,`bottom_right_to_top_left` or`bottom_left_to_top_right`
113120

114121
### 📄 License
115122

0 commit comments

Comments
 (0)