MaterialCardView crashes with material:1.1.0

后端 未结 7 1755
青春惊慌失措
青春惊慌失措 2021-01-01 12:15

I am using MaterialCardView as my cardview layout. Now, Android-studio started showing me that instead of current implementation \"com.google.android.mat

7条回答
  •  [愿得一人]
    2021-01-01 12:48

    You need to change your AppTheme to have it's parent theme as a descendant of MaterialComponent

    In your particular case changing the AppTheme from