razir / ProgressButton

Android Progress Button
856 stars 77 forks source link

How do I use this button at XML? #32

Open alon-supercom opened 3 years ago

alon-supercom commented 3 years ago

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

Sharkaboi commented 3 years ago

Hey This library isnt a custom view but rather an extension to existing android button/textview. Just add a button as usual to your XML and bind it as shown in the samples here.