Adding custom radio buttons in android

前端 未结 10 940
慢半拍i
慢半拍i 2020-11-22 11:43

I am trying to get radiobutton effect for regular buttons in android

I have a simple android radio button below

10条回答
  •  温柔的废话
    2020-11-22 12:19

    Simple way try this

    1. Create a new layout in drawable folder and name it custom_radiobutton (You can rename also)

       
        
       
       
      
      
    2. Use this in your layout activity

      
      

提交回复
热议问题