Written by Alex Devson
Let's be honest — the default Android Button is hideous. A flat rectangle with ALL CAPS text and zero personality. Every Material Design app ends up with custom button XML files scattered everywhere. BetterAndroidButton gives you beautiful, customizable buttons with a single XML tag. The Problem To make a decent-looking button in Android, you typically need: A custom shape drawable XML A color state list XML A ripple effect drawable Custom text styling Sometimes a separate file...