I\'m trying to make a round button, but I don\'t know how can I do it. I can make button with rounded corners, but how can I can round circle. It\'s not the same. Please, te
Create an xml file named roundedbutton.xml in drawable folder
roundedbutton.xml
Finally set that as background to your Button as android:background = "@drawable/roundedbutton"
Button
android:background = "@drawable/roundedbutton"
If you want to make it completely rounded, alter the radius and settle for something that is ok for you.