https://github.com/vrgsoftua/arcprogressbar
Widget
https://github.com/vrgsoftua/arcprogressbar
Last synced: 9 months ago
JSON representation
Widget
- Host: GitHub
- URL: https://github.com/vrgsoftua/arcprogressbar
- Owner: VRGsoftUA
- Created: 2020-02-13T14:12:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T15:04:00.000Z (over 6 years ago)
- Last Synced: 2025-08-14T12:43:02.629Z (11 months ago)
- Language: Kotlin
- Homepage: https://vrgsoft.net/
- Size: 1.75 MB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### [HIRE US](http://vrgsoft.net/)
# ArcProgressBar
[](https://jitpack.io/#VRGsoftUA/ArcProgressBar)
Library contains the arc progress bar with gradient

# Usage
*For a working implementation, Have a look at the Sample Project - app*
1. Include the library as local library project.
```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.VRGsoftUA:ArcProgressBar:1.0.0'
}
```
2. Customize your `ArcProgressBar`
| Property | Type | Description |
| ------- | --- | --- |
| arc_progress | integer | current progress value |
| arc_max | integer | max progress value |
| arc_thickness | dimension | arc line thickness |
| arc_unfinished_color | color | background color |
| arc_progress_start_color | color | start gradient progress color |
| arc_progress_end_color | color | end gradient progress color |
| arc_text_size | dimension | progress value text size |
| arc_text_color | color | progress value text color |
| arc_suffix_text | string | text in the right top corner (`%` by default) |
| arc_suffix_text_size | dimension | suffix text size |
| arc_suffix_text_padding | dimension | suffix text padding |
3. Just set `progress` value to component
#### Contributing
* Contributions are always welcome
* If you want a feature and can code, feel free to fork and add the change yourself and make a pull request