I am using Material Chips from the Material Design Component library released by Google for Android. But when I updated the com.google.android.material:material
to version 1.0.0-rc01
, I have started to get the error in the below line.
app:chipText="@string/chip_morning"
The error that I am getting is attribute chipText not found.
I have tried replacing it with android:text="@string/chip_morning"
but still it doesn't work