How to apply custom image to checkbox in android

前端 未结 5 1902
一整个雨季
一整个雨季 2020-12-13 06:02

I\'m trying to apply custom image to checkbox in android, for this I create an check_custom.xml file in which I define custom image for different states of chec

5条回答
  •  天涯浪人
    2020-12-13 06:32

    Custom checkbox in android Suppose there are two image resources that draw check and uncheck states: and with the names drawable / checkbox_empty and drawable / checkbox_check, we can create a selector as follows: drawable/checkbox_custome.xml

    
    
        
        
    
    

    layout/activity_main.xml

    
    
     
      
    

提交回复
热议问题