Android Studio CardView 始终透明

Android Studio CardView is always transparent

我正在尝试使用 Cardview,但它以某种方式不显示背景,它始终是透明的。 我试图用 cardBackgroundColor 改变背景,但它不起作用,它保持透明。 我怎样才能改变背景? enter image description here

我怀疑它没有获取 cardBackgroundColor 因为你没有 app 命名空间。确保在布局的顶部容器元素中有 app 命名空间

xmlns:app="http://schemas.android.com/apk/res-auto"