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\"
create an xml gradient.xml file under drawable folder
then add this to your TextView
android:background="@drawable/gradient"