I\'m following the tips from questions like this to create a button style like suggested on Material Design.
However, I need to change the corner radius and
Answer by Gabriele Mariotti below is now better.
You need to inherit that style.
Add into your styles.xml:
Add file drawable/rounded_shape.xml:
And finally in your layout:
Edit: updated answer to use theme's color rather than hardcoded one.