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 with different corner radius

I have the following CardView and I want to set different radius for each corner in the card. Is it …

android android-layout material-design android-cardview material-components-android
How to create a card toolbar using appcompat v7

I want to create a toolbar like the following image as proposed in the material design guidelines: I can achieve …

android material-design android-support-library android-appcompat android-cardview
Android: RecyclerView.Adapter doesn't work as expected

My question id directly related to @Richard's one about the method onBindViewHolder() within the RecyclerView.Adapter is not called as …

android android-cardview android-viewholder android-recyclerview
CardView goes on top of FrameLayout, but declared first

I have simple FrameLayout with support CardView as first item, and TextView as second, so TextView must be on top …

android xml android-5.0-lollipop android-support-library android-cardview
RecyclerView items don't fill width

I have designed a layout with map fragment and recyclerView. Each recyclerView item is cardview (I have specified give the …

android android-recyclerview android-cardview
MaterialCardView crashes with material:1.1.0

I am using MaterialCardView as my cardview layout. Now, Android-studio started showing me that instead of current implementation "com.google.…

android android-layout android-cardview material-components-android material-components
Cardview corner background not transparent

I have a custom implementation of a CardView support widget but I can't seem to get the background for the …

android android-layout android-support-library android-custom-view android-cardview
How to enable CardView in ViewPager

I have tried using CardView in ViewPager and everytime I swipe left/right on CardView it goes to the next …

android android-viewpager android-cardview
How to have a scrollable floating Cardview like this?

Does anyone know how to have a floating Cardview like this? http://chairnerd.seatgeek.com/images/autocomplete_checkout.gif The …

android android-cardview floating
Swipe effect like inshorts news app

link check this news app, i want to develop like this. i want swipe up/down side effect.. i tried …

android android-cardview swipe-gesture