Rounded corner for textview in android

前端 未结 11 1143
猫巷女王i
猫巷女王i 2020-12-02 04:30

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

11条回答
  •  [愿得一人]
    2020-12-02 04:49

    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"
    

提交回复
热议问题