android - Cardview not allowing child views -


anyone know why not allowed put child views in card view?

lint (i think) throwing fit when try fill cardview content.

http://imgur.com/odhdfiz

a bit late party i've had same problem , fix seems to add line in build.gradle file, sync project. way gradle/android studio knows cardview , how provide hints:

compile 'com.android.support:cardview-v7:26.0.+' 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -