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
I think you need to add one more item in style of your dialog. android:textColorSecondary will show color of un selected checkbox.
android:textColorSecondary
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.
#000000