Skip to content

tdscientist/button4Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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