Skip to content

Circular progress bar with smooth transitions between determinate and indeterminate states.

License

Notifications You must be signed in to change notification settings

vrivotti/unifiedcircularprogress

Repository files navigation

Unified Circular Progress Download License: MIT

Circular progress bar with smooth transitions between determinate and indeterminate states. Looks like framework indeterminate circular ProgressBar, but with the ability to show determinate progress as well.

It works on Android 4.0+.

Adding to project

dependencies {
    compile 'io.github.vrivotti:unifiedcircularprogress:<latest-version>'
}

You may check the latest version here

How to use

Simply replace your ProgressBar with UnifiedCircularProgressBar.

This is not an extension of framework ProgressBar. You cannot change drawables and there is no secondary progress or background.

For example:

<io.github.vrivotti.unifiedcircularprogress.UnifiedCircularProgressBar
            android:id="@+id/progress"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:indeterminate="true"
            android:max="100"
            style="@style/Widget.AppCompat.ProgressBar"/>

About

Circular progress bar with smooth transitions between determinate and indeterminate states.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages