CardView is a widget used to show complex lists and cards in your app, it has material design style by default.
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-cardviewI 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-cardviewI am working with cardviews but the problem is my CardView is not showing any elevation or shadow. I have …
android xml android-cardviewI 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-cardviewI try to use the CardView and it works well below 5.0, but looks strange on Lollipop. <?xml version="1.0" encoding="…
android android-cardviewI'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-cardviewcould 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-cardviewI 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-cardviewThis 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-elevationI am using a cardview as the root of a custom view I am writing. I using the v7 support …
android android-cardview