WaveLoading icon indicating copy to clipboard operation
WaveLoading copied to clipboard

A wave-like loading drawable

Results 9 WaveLoading issues
Sort by recently updated
recently updated
newest added

In Api 29 The Library Doesnt Work Also Include Androidx Support Please😊

Here is my code ImageView image1 = findViewById(R.id.image1); //my battery image Drawable mWaveDrawable = new WaveDrawable(image1.getDrawable()); mWaveDrawable.setLevel(35); image1.setImageDrawable(mWaveDrawable); The water level of my image is 0 ![Screenshot_2019-04-19-19-09-11-934_com example wa](https://user-images.githubusercontent.com/41294418/56421831-fe457900-62d6-11e9-9eae-f810e108ee48.png) .I...

Hey, I am trying to use this library however whenever I set the amplitude to anything, the wave animation no longer works. It becomes a straight line. This is android...

How can i use this library, but setting all the configuration from xml... I.e: Something like this ``` ```

I am trying to add this library to my project . But when I add implementation 'com.race604.waveloading:library:1.1.1' to my build.gradle I can't sync project with this error . org.gradle.api.tasks.TaskExecutionException: Execution...

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

OOM is thrown if setLevel set to 1000. Please put some check for such big value and also put a documentation on max values for each property.