I am using MaterialCardView as my cardview layout. Now, Android-studio started showing me that instead of current implementation \"com.google.android.mat
cardview
implementation \"com.google.android.mat
If after changing the theme to Theme.MaterialComponents in the styles.xml didn't work then make sure you have added style tag in the MaterialCard.
Theme.MaterialComponents
style="@style/Widget.MaterialComponents.CardView"