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, tell me, is it possible on Android? Thank you.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
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.