Android checkbox style

后端 未结 5 2110
醉酒成梦
醉酒成梦 2020-11-30 00:28

I am new to android and I\'m trying to set a style to all check boxes in my application. My application style is set to Theme.Holo which is dark and I would like the check b

5条回答
  •  独厮守ぢ
    2020-11-30 00:57

    The correct way to do it for Material design is :

    Style :

      
    

    Layout :

    
    

    It will preserve Material animations on Lollipop+.

提交回复
热议问题