我首先在Gradle中添加了实现卡片视图所需的依赖项:app模块,然后添加了 实现'androidx.cardview:cardview:1.0.0'
然后,我尝试通过首先写卡来在我的xml文件中添加卡视图,就像在其他视图和布局中一样,我们可以看到该视图将自动生成,然后只需要设置高度和宽度即可。我曾考虑过观看一些youtube视频,他们做了同样的事情,但就我而言,并没有那样做。
here the I tried to implement card view as I told in the description of this question earlier
每个建议都值得赞赏... 请帮助...
答案 0 :(得分:1)
删除第20行的<card></card>
,使用<androidx.cardview.widget.CardView></<androidx.cardview.widget.CardView>
代替。