How to make a round button?

Create an xml file named roundedbutton.xml in drawable folder Finally set that as background to your Button as android:background = “@drawable/roundedbutton” If you want to make it completely rounded, alter the radius and settle for something that is ok for you.