Adding custom radio buttons in android

前端 未结 10 811
慢半拍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:31

    Below code is example of custom radio button. follow below steps..

    1. Xml file.

       
      
           
      
           
      
           
       
      
       
      
           
      
           
      
           
      
           
       
      

    2.add the custom xml for the radio buttons

    2.1.other drawable

    custom_other_button.xml

    
    
    
        
        
    
    
    

    2.2.female drawable

    custom_female_button.xml

    
    
    
        
        
    
    
    

    2.3. male drawable

    custom_radio_button.xml

    
    
    
        
        
    
    
    1. Output: this is the output screen

提交回复
热议问题