Skip to content

Commit 527d606

Browse files
authored
Update README.md
1 parent 52860d6 commit 527d606

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# ToothyProgress
1+
<a href="https://helpcrunch.com/"><p align="center"><img alt="flow" width="400" src="/screenshots/2.png"></p></a>
22

3-
[![](https://jitpack.io/v/TalbotGooday/ToothyProgress.svg)](https://jitpack.io/#TalbotGooday/ToothyProgress)
4-
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)]()
3+
<p align=center>
4+
<a href="https://jitpack.io/#TalbotGooday/ToothyProgress"><img src="https://jitpack.io/v/TalbotGooday/ToothyProgress.svg" /></a>
5+
<img alt="Platform" src="https://img.shields.io/badge/platforms-Android-green.svg" />
6+
<img alt="Languages" src="https://img.shields.io/badge/languages-Kotlin-F18E33.svg" />
7+
<a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="http://img.shields.io/badge/license-MIT-green.svg?style=flat" /></a>
8+
</p>
59

610
A polyline determinated ProgressBar written in Kotlin
711

8-
<img src="/screenshots/Screenshot_1599544460.png" width=32%/>
12+
<p><img src="/screenshots/Screenshot_1599544460.png" width=32%/></p>
913

1014
## Getting started
1115

@@ -61,6 +65,21 @@ toothyProgress.setListener(object : ToothyProgress.Listener {
6165
}
6266
})
6367
```
68+
## Visual Editor
69+
In recent versions, the ability to customize the type of progress using the Visual Editor has been added.
70+
<p><img src="/screenshots/3.png" width=32%/></p>
71+
72+
### How to use Visual Editor
73+
1. Open editor
74+
2. Move the apexes as you like. Add new apexes
75+
3. Click **Load into demo player** to check the result
76+
4. Check the Logcat for the **FractureData** tag and copy the initialization code from the logs
77+
78+
## TODO
79+
- [ ] Indeterminate Progress
80+
- [ ] Style initialization from a `.json` file
81+
- [ ] Visual Editor improvements
82+
6483

6584
## License
6685

0 commit comments

Comments
 (0)