dmytrodanylyk / android-process-button

Android Buttons With Built-in Progress Meters.
http://dmytrodanylyk.com/pages/portfolio/portfolio-process-button.html
MIT License
3.01k stars 545 forks source link

mNormalText #37

Closed jjhesk closed 9 years ago

jjhesk commented 9 years ago

There is bug when press the button the button will show up the processing text and until in some situation i need to manually change the state to normal and the Normal Text does not come back up instead it shows the default text that is defined in the xml. Are there a better way to show do the setNormalText that will able to be programmed dynamically from manually changes?

nirvik66 commented 9 years ago

I'm also having the same problem. I created a pull request with a fix for that, https://github.com/dmytrodanylyk/android-process-button/pull/43

dmytrodanylyk commented 9 years ago

Thanks for contribution. New version uploaded to Maven Central, should be available soon:

compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'