tdscientist / button4Android

Android button selector generator https://tdscientist.github.io/button4Android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Android button selector generator https://tdscientist.github.io/button4Android/


Languages

Language:JavaScript 65.0%Language:HTML 30.5%Language:CSS 4.5%