Skip to content

Latest commit

 

History

History
executable file
·
35 lines (27 loc) · 821 Bytes

README.md

File metadata and controls

executable file
·
35 lines (27 loc) · 821 Bytes

button4Android

Generate android button selectors for various states ...can also style your buttons a bit with:

  • round corners
  • flat/bevelled surface

How to use

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"
... 
/>

License Information

This project is subject to the Apache License, Version 2.0.

Contributions & Bug Reporting

mail me at tdscientist@gmail.com

Todo

  • normal state
  • selected state
  • disabled state
  • focused state
  • Chrome plugin