I\'m starting with android, and the app I\'m developing is gonna need custom widgets look (glossy buttons, animated backgrounds etc.), I\'ve googled for any external libraries t
I like this library quite a lot: https://github.com/cyrilmottier/GreenDroid
It includes:
It's easy to use and nice for quick developments.
You need to explore View Styles. You can customize almost any view element. You might not need any external library that extends and designs custom buttons.
More ref: