Generate android button selectors for various states ...can also style your buttons a bit with:
visit https://tdscientist.github.io/button4Android
Extract the downloaded zip file and copy the content into your "drawable" folder. Set the main XML file as your button's background...that's all!
<Button
...
android:background="@drawable/selector_fileName_button"
...
/>
This project is subject to the Apache License, Version 2.0.
mail me at tdscientist@gmail.com