Skip to content

rohitramkumar308/AndroidProgressLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidProgressLibrary

A library of custom progress views.

##Wave & Linear Progress View

Customizations

    <declare-styleable name="WaveLoadingView">
        <attr name="radius" format="dimension" />
        <attr name="circleCount" format="integer" />
        <attr name="colors" format="reference" />
        <attr name="waveHeight" format="dimension" />
    </declare-styleable>
Attrs Description Defaults
radius Radius of each circle. 15dp
circleCount Number of circles. 4
colors Array of colors for each circle. Color.Black
waveHeight Max. height a circle can move. 160 px

Note: All the above properties(except "waveHeight") will work for both the progress views.

build.gradle:

dependencies {
	        compile 'com.github.rohitramkumar308:AndroidProgressLibrary:-SNAPSHOT'
	}

About

A library of custom progress views.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages