So, I want to apply tint to AppCompat Checkbox.
Everything works fine on Lollipop:
android:buttonTint=\"@color/purple_FF4081\"
or t
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
colorControlNormal
colorControlActivated
here is example
Your Mainfest
// here is the style used