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.
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 |
| Jetpack Compose | com.akexorcist:roundcornerprogressbar-compose |
compose/README.md |
Both modules share the same look, animation and feature set, so you can mix them in the same project.
// Android View
implementation("com.akexorcist:roundcornerprogressbar-view:2.3.0")
// Jetpack Compose
implementation("com.akexorcist:roundcornerprogressbar-compose:2.3.0")Go to Google Play to download the demo app
Simple round corner progress bar
Round corner progress bar with progress expands from the center
Round corner progress bar with heading icon
Round corner progress bar with text inside the progress
Simple and centered round corner progress bar with indeterminate animation
- 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!
- Progress expanding from center with
CenteredRoundCornerProgressBar - Heading icon supported with
IconRoundCornerProgressBar - Text inside progress supported with
TextRoundCornerProgressBar - Indeterminate animation supported with
IndeterminateRoundCornerProgressBarorIndeterminateCenteredRoundCornerProgressBar
See CHANGELOG.md
See MIGRATION.md
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.




