android custom radio button not getting checked

后端 未结 2 1928
长发绾君心
长发绾君心 2020-12-07 06:26

I have created radio group with custom layout i.e. custom button.




        
2条回答
  •  既然无缘
    2020-12-07 06:34

    Its the android:button="@null", please remove it from the xml file completely. Try using this simple xml layout.

    
    
    
        
    
            
    
            
    
            
            
    
        

提交回复
热议问题