Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)