I want to make the corners of a button round. Is there an easy way to achieve this in Android?
button
Simple way i found out was to make a new xml file in the drawable folder and then point the buttons background to that xml file. heres the code i used: