I'm building my first app on android and I'd like to use "Material Components for Android" library to have more design options.
I read the getting started page carfully but it seems that my app doesn't inherit correctly.
``error image saying that it cannot recognize some inherited data...
more expamples:
cannot recognize label and the display is:
display
In order to use the icons that Material Components for Android provide, you'll need to import them into your project first. To do so, you can click this link, but to fight off link rot, I've added the instructions below:
Now, you'll be able to import the selected icon.
For the app:startIconContentDescription
property, you'll have to add that yourself. The goal of the property is to make it easier for anyone using screen readers to understand the action of the text field (source).