Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schibsted-tech-polska/roundoverlayprogress
Android library for progress component with coloured overlay.
https://github.com/schibsted-tech-polska/roundoverlayprogress
Last synced: 3 days ago
JSON representation
Android library for progress component with coloured overlay.
- Host: GitHub
- URL: https://github.com/schibsted-tech-polska/roundoverlayprogress
- Owner: Schibsted-Tech-Polska
- Created: 2015-05-11T11:13:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T11:11:51.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T23:43:13.819Z (6 days ago)
- Language: Java
- Size: 29.8 MB
- Stars: 10
- Watchers: 16
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![](https://jitpack.io/v/Schibsted-Tech-Polska/RoundOverlayProgress.svg)](https://jitpack.io/#Schibsted-Tech-Polska/RoundOverlayProgress)
#RoundOverlayProgress
Android library for progress component with coloured overlay. You don't need rounded image to make it work. Library will crop it for you.Library is available from Android 4.0 (API 14).
#Usage
```
Add RoundOverlayProgress in your layout:
```
Change progress like this:
```
progressView.setProgress(80);
```#Configuration
It's a simple component extending ImageView. It's easily configurable. Below list of available xml attributes:app:ropv_maxProgress="100" //max progress - 100 by default
app:ropv_animate="false" //should animate? -true by default
app:ropv_animationDuration="500" //animation duration in milis - 300 by default
app:ropv_progressColor="#66FFFFFF" //progress overlay color - transparent white by default
#Setup
[![](https://jitpack.io/v/Schibsted-Tech-Polska/RoundOverlayProgress.svg)](https://jitpack.io/#Schibsted-Tech-Polska/RoundOverlayProgress)