You don't simply use com.google.android.material.card.MaterialCardView instead of androidx.cardview.widget.CardView
We need to rework the app theme, make it derive from something like MaterialComponents.
android:theme="@style/Theme.MaterialComponents.Light"
This is so frustrating, but the app needs a new theming done.