GlowButton
Android Library to beautify your layouts with glowing buttons.
Usage
Step 1: Add it in your root build.gradle
Step 2: Add the dependency
Step 3: Use it in your layout
Glow button have the following attributes in addition to the default button attributes. Please see the demo app
Customizable attributes
Attribute | default value | xml |
---|---|---|
button color | #8800FF | buttonColor |
glow color | #885BFC | glowColor |
unpressed glow size | 10dp | unpressedGlowSize |
pressed glow size | 12dp | pressedGlowSize |
corner radius | 50dp | cornerRadius |