Top "Android-cardview" questions

CardView is a widget used to show complex lists and cards in your app, it has material design style by default.

No adapter attached; skipping layout

logcat error : No adapter attached; skipping layout I changed the context argument with getActivity(), but the app is still not …

android android-adapter android-recyclerview android-cardview
Add clickListner for button inside a cardView populated using a recyclerView

I have a cardView card_contents.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.…

android ontouchlistener onitemclicklistener android-recyclerview android-cardview
CardView not showing shadow elevation

I am working with cardviews but the problem is my CardView is not showing any elevation or shadow. I have …

android xml android-cardview
CardView inside RecyclerView has extra margins

I am using a CardView as element inside a RecyclerView. When doing so android automatically generates margins between the cardView …

android eclipse-adt android-recyclerview android-cardview
Why there is no space between CardViews on Lollipop?

I try to use the CardView and it works well below 5.0, but looks strange on Lollipop. <?xml version="1.0" encoding="…

android android-cardview
Unable to get exact circle shape when using card view

I'm using card view for floating action button in android material design. I'm using following code for get the circle &…

android material-design android-cardview
Android-L CardView Visual Touch Feedback

could anybody explain to me how to implement some of the visual touch feedback that was demonstrated at Google I/…

android android-layout android-5.0-lollipop android-cardview
Strange behaviour of images in RecyclerView

I am using android.support.v7.widget.RecyclerView to show simple items containing text and in some cases also images. …

android imageview arrays android-recyclerview android-cardview
Changing CardView shadow color

This question was asked on SO many times, but still I didn't find a good solution for this problem. Why …

android android-view android-cardview shadow android-elevation
Cardview - white border around card

I am using a cardview as the root of a custom view I am writing. I using the v7 support …

android android-cardview