Tinting Checkbox on pre v21

前端 未结 5 1158
春和景丽
春和景丽 2020-12-09 15:59

So, I want to apply tint to AppCompat Checkbox.

Everything works fine on Lollipop:

android:buttonTint=\"@color/purple_FF4081\"

or t

5条回答
  •  -上瘾入骨i
    2020-12-09 16:37

    I have tried all answer but only this one works for me , add atttribute colorControlNormal and colorControlActivated to base style of whole activity (or application ) remove theme from your controller

    here is example

        
    

    Your Mainfest

     // here is the style used 
            
                
                    
    
                    
                
            
        
    

提交回复
热议问题