WaveView icon indicating copy to clipboard operation
WaveView copied to clipboard

A wave view of android,can be used as progress bar.

Results 15 WaveView issues
Sort by recently updated
recently updated
newest added

- Users can apply background color, wave filling's color and alpha declaratively (XML) or programatically. [#6,#23] - Users can alter above and below wave's color and alpha. [#23] ``` ```...

- Allows users to let the view fill to the brim on their discretion via the newly created boolean attribute: `fill_to_brim`. Users alter this feature like this: ``` . ....

- Users can change wave speed manually; Any value [0,1]. This will give them more control on the speed of the wave. Example of using custom hz value for wave:...

Is there a scope of the library being updated to support gradient fills? In order to support a subtle effect like the following (I am referring to the background alone,...

Currently the colors set merge with the background color. It would be better if we had more control over the transparency.

Hello, I implemented a wave view in fragment with 30 % loaded. I implemented the fragment in the viewpager. When i switch few pages ("fragments") and I'm back. But the...

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

Between setting new levels, the wave level changes immediately. However I want the level to rise and fall gradually. How can I achieve that?

Hi, I am trying to implement WaveView in RecyclerView and want to set the progress for each view separately. How I set progress for each view separately and make corner...