Card_view material design

前端 未结 5 655
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 01:33

I am trying to use card_view. But it keeps giving an error.

Error:(13) No resource identifier found for attribute `\'cardCornerRadius\' in pa

5条回答
  •  余生分开走
    2021-02-05 02:37

    Please add this line compile 'com.android.support:cardview-v7:23.1.1' in build.gradle file under dependencies.

    Please visit this link for the latest changes has made for any dependencies.

提交回复
热议问题