Hi all!! I'm using a widget Switch in my App and ...
# android
m
Hi all!! I'm using a widget Switch in my App and I'm having this warning in Android Studio:
"Use SwitchCompat from AppCompat or SwitchMaterial from Material library"
Not sure what are the methods, code, to correct this. Someone been trough this recently? To point me in the right direction
j
SwitchCompat should be in the appcompat library, and the material one should be here https://github.com/material-components/material-components-android
m
Thank you Javier!!! I will look into this later at home Thanks