https://github.com/akexorcist/round-corner-progress-bar
[Android] Round Corner Progress Bar Library for Android
https://github.com/akexorcist/round-corner-progress-bar
android android-library java kotlin
Last synced: about 4 hours ago
JSON representation
[Android] Round Corner Progress Bar Library for Android
- Host: GitHub
- URL: https://github.com/akexorcist/round-corner-progress-bar
- Owner: akexorcist
- License: apache-2.0
- Created: 2015-01-01T11:10:21.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T11:14:43.000Z (over 2 years ago)
- Last Synced: 2025-05-15T06:07:45.178Z (about 1 year ago)
- Topics: android, android-library, java, kotlin
- Language: Kotlin
- Homepage:
- Size: 3.14 MB
- Stars: 2,543
- Watchers: 67
- Forks: 371
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README


[](https://search.maven.org/artifact/com.akexorcist/roundcornerprogressbar-view)

[](https://github.com/akexorcist/RoundCornerProgressBar/actions)
[](https://devlibrary.withgoogle.com/products/android/repos/akexorcist-RoundCornerProgressBar)
[](http://android-arsenal.com/details/1/1375)
# RoundCornerProgressBar
Round corner is cool. Let's make your progress bar with round corner

Colorful rounded corner progress bar for both **Android View** and **Jetpack Compose**.
# Documentation
This library ships in two modules. Pick the one that matches your UI toolkit:
| Module | Artifact | Documentation |
| --- | --- | --- |
| **Android View** | `com.akexorcist:roundcornerprogressbar-view` | [view/README.md](view/README.md) |
| **Jetpack Compose** | `com.akexorcist:roundcornerprogressbar-compose` | [compose/README.md](compose/README.md) |
Both modules share the same look, animation and feature set, so you can mix them in the same project.
# Download
## Gradle
```kotlin
// Android View
implementation("com.akexorcist:roundcornerprogressbar-view:2.3.0")
// Jetpack Compose
implementation("com.akexorcist:roundcornerprogressbar-compose:2.3.0")
```
## Demo
Go to [Google Play](https://play.google.com/store/apps/details?id=com.akexorcist.roundcornerprogressbar) to download the demo app
# Overview
### Round Corner Progress Bar
Simple round corner progress bar

### Centered Round Corner Progress Bar
Round corner progress bar with progress expands from the center

### Icon Round Corner Progress Bar
Round corner progress bar with heading icon

### Text Round Corner Progress Bar
Round corner progress bar with text inside the progress

### Indeterminate Round Corner Progress Bar
Simple and centered round corner progress bar with indeterminate animation

# Feature
### Standard Features
- Primary progress and secondary progress supported
- Primary progress, secondary progress and progress background color are customizable
- Customize your own progress background padding
- Customize your own progress's corner radius
- Reversing progress bar supported
- Progress bar with gradient color? Yes!
- Progress change animation? Absolutely yes!
### Component Features
- Progress expanding from center with `CenteredRoundCornerProgressBar`
- Heading icon supported with `IconRoundCornerProgressBar`
- Text inside progress supported with `TextRoundCornerProgressBar`
- Indeterminate animation supported with `IndeterminateRoundCornerProgressBar` or `IndeterminateCenteredRoundCornerProgressBar`
# Change Log
See [CHANGELOG.md](CHANGELOG.md)
# Migration
See [MIGRATION.md](MIGRATION.md)
# Licence
Copyright 2026 Akexorcist
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.