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
Also another simple way is wrap it around cardView,Remember to set the layout_width and layout_height of the cardView to wrap_content, also all the needed margin the button will need should be applied to the cardView