Skip to content

miladsalimiiii/CustomProgressbar

Repository files navigation

CustomProgressbar

Solid/stroke circular progressbar

Preview

20200327_022657,20200327_023006 20200327_023306,20200327_023352

Dependency

Step 1

Add the JitPack repository to your build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
        

Step 2

Add the dependency on module build.gradle:

	dependencies {
	        implementation 'com.github.miladsalimiiii:CustomProgressbar:Tag'
	}

Quickstart

    <com.milad.customprogressbar.SolidCircularProgressbar
        android:id="@+id/progressbar_main_solid"
        android:layout_width="100dp"
        android:layout_height="100dp"
        app:color="@color/colorAccent"
        app:timeInterval="30000"/>

In default we have fill progressbar , if you want to use stroke use app:isStroke="true".

Pay attention time unit is miliSecond.

Happy Coding . . .

About

You can use this library for solid circular progressbar as countDown timer just now.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages