You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an Android project allowing to realize a beautiful circular fillable loaders to be used for splashscreen for example.
USAGE
To make a circular fillable loaders add CircularFillableLoaders in your layout XML and add CircularFillableLoaders library in your project or you can also grab it via Gradle:
You must use the following properties in your XML to change your CircularFillableLoaders.
Properties
Type
Default
app:cfl_progress
integer
0
app:cfl_border
boolean
true
app:cfl_border_width
dimension
4dp
app:cfl_wave_color
color
BLACK
app:cfl_wave_amplitude
float
0.05f (between 0.00f and 0.10f)
JAVA
CircularFillableLoaderscircularFillableLoaders = (CircularFillableLoaders)findViewById(R.id.yourCircularFillableLoaders);
// Set ProgresscircularFillableLoaders.setProgress(60);
// Set Wave and Border ColorcircularFillableLoaders.setColor(Color.RED);
// Set Border WidthcircularImageView.setBorderWidth(10 * getResources().getDisplayMetrics().density);
// Set Wave Amplitude (between 0.00f and 0.10f)circularFillableLoaders.setAmplitudeRatio(0.08);
SUPPORT ❤️
Find this library useful? Support it by joining stargazers for this repository ⭐️
And follow me for my next creations 👍