Seems like `md-core` doesn't configure any style for Switch. Here's what I found in the stock `themes.xml`: ``` xml <item name="switchStyle">@style/Widget.AppCompat.CompoundButton.Switch</item> ```
Seems like
md-coredoesn't configure any style for Switch.Here's what I found in the stock
themes.xml: