AndroidButtonProgress
AndroidButtonProgress copied to clipboard
Provides download button progress view for android
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?
If anyone implemented this?
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...