ProgressButton icon indicating copy to clipboard operation
ProgressButton copied to clipboard

Android Progress Button

Results 10 ProgressButton issues
Sort by recently updated
recently updated
newest added

Hello, First of all, thank you for your great job here it is a great library, I have noticed that when the app is RTL the padding start and padding...

I'm using this library as per the code you've provided in the README. Here's how I'm using it.. LoginFragment.... ``` override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) bindProgressButton(btnLogin)...

Type mismatch Required TextView Found AppCompatImageButton

I can't find the View after adding to Gradle. What is the name I should be looking for? can't find ProgressButton

The progress drawable's ring is only partially displayed for the first rotation as show in the gif below. ![progress-issue](https://user-images.githubusercontent.com/33973551/89714981-18bace80-d9c2-11ea-8580-46e6794f5431.gif) I have fixed the issue, it was caused due to multiple...

When created reference of button to some method, progress loader is not working

Is there any way I can change the progress drawable from resource?

How can I change the text color depending on the state?