I have a textview and want its corner to be in round shape. I already know it can be done using android:background=\"@drawable/somefile\". In my case, this tag
android:background=\"@drawable/somefile\"
Simply using an rounded corner image as the background of that view
And don't forget to have your custom image in drawable folder
android:background="@drawable/my_custom_image"