Anyone know why I would not be allowed to put any child views in a card view?
Lint (i think) is throwing a fit when I try to fill my cardview with content.
Anyone know why I would not be allowed to put any child views in a card view?
Lint (i think) is throwing a fit when I try to fill my cardview with content.
Copyright © 2021 Jogjafile Inc.
A bit late to the party but I've had this same problem and the fix seems to be to add this line in the build.gradle file, then sync the project. This way Gradle/Android Studio knows what CardView is and how to provide hints: