Styling custom dialog fragment not working

后端 未结 4 505
忘了有多久
忘了有多久 2021-02-06 14:13

I\'m trying to style all my dialog fragments to look the same in my app. The dialogs coming from my settings fragment are styled exactly the way I want it. For my custom dialo

4条回答
  •  时光说笑
    2021-02-06 14:57

    I think you need to add one more item in style of your dialog. android:textColorSecondary will show color of un selected checkbox.

    in your style add it.

    
        
    

    It will make un Checked checkbox or toggle button edge color black. you need to change #000000 to color your want to show.

提交回复
热议问题