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.

CardView elevation not showing in lollipop and higher versions

I was using cardview, but the problem is elevation not showing in lollipop and higher versions. please suggest me.Here …

android android-5.0-lollipop android-6.0-marshmallow android-cardview elevation
CardView cardUseCompatPadding

I am developing an Android app for both Lollipop and Previous versions. I am using CardView (This cardView does not …

android android-layout android-5.0-lollipop android-cardview android-cards
Recycler view click animation

I'm trying to add some click animation as shown here to my recycler view but unsuccessfully. Here's some of my …

android android-recyclerview material-design android-cardview ripple
Importing CardView and RecyclerView (Android 5.0) in my existing project (eclipse)

I want to import CardView and RecyclerView in my existing project. I am using ECLIPSE. I read other answers in …

android eclipse android-5.0-lollipop android-recyclerview android-cardview
Android Material default colors

I want to have colors for specific card states. I want to be able to reset it to its default. …

android colors material-design android-cardview
Unnecessary padding in CardView?

I have implemented CardView in my app and everything works fine except there is a little padding around the image …

android android-layout android-5.0-lollipop android-cardview
How do I expand CardViews to show more detail like Google Keep cards?

I have some CardViews in my app and I want them to function like the cards in Google Keep. For …

android android-animation android-cardview
Android - CardView elevation shadow make darker

I am using 'com.android.support:cardview-v7:23.4.0' and I see the shadow but is not a dark grey shadow, …

android android-cardview android-elevation
How to bring imageView in front of cardview ? When both are of Relative Layout childs

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

android android-cardview android-elevation
how to create Horizontal scroll-able CardView

Hi I am try to create a page as below, I have a drawer layout and in the home screen …

android android-layout android-cardview cardview