AndroidButtonProgress icon indicating copy to clipboard operation
AndroidButtonProgress copied to clipboard

Provides download button progress view for android

Results 4 AndroidButtonProgress issues
Sort by recently updated
recently updated
newest added

As there is no license provided for this project, I am unsure as to I am able to use it. Anyone able to clear that up?

hello, i'm trying to use recyclerview with your lib, but i have a bug , please check the video attached https://drive.google.com/file/d/1uS0XcARWYRBejqxEOUvsf-aENLcUJDX9/view?usp=sharing

I'm running the following code: ``` ``` and using data-binding to synchronize the button state and visibility. I'm using the following databinding adapter: ``` public class DownloadButtonStateBindingAdapter { @BindingAdapter("buttonState") public...