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.

RecyclerView inside ScrollView is not working

I'm trying to implement a layout which contains RecyclerView and ScrollView at the same layout. Layout template: <RelativeLayout> &…

android android-layout android-scrollview android-recyclerview android-cardview
CardView Corner Radius

Is there a way to make CardView only have corner radius at the top? <android.support.v7.widget.CardView …

android android-appcompat android-cardview
How do I get the position selected in a RecyclerView?

I am experimenting with the support library's recyclerview and cards. I have a recyclerview of cards. Each card has an …

android android-support-library android-recyclerview android-cardview
Using android.support.v7.widget.CardView in my project (Eclipse)

I'd like to use the new CardView widget that was introduced with the new Android L Developer Preview Support Library (…

android eclipse android-5.0-lollipop android-cardview
Change the background color of CardView programmatically

The CardView has an attribute card_view:cardBackgroundColor to define the background color. This attribute works fine. At the same …

android android-5.0-lollipop android-cardview
CardView not showing Shadow in Android L

My Cardview inside Listview is not showing shadow in Android L(Nexus 5). Also the round edges are not properly shown. …

android android-listview android-5.0-lollipop material-design android-cardview
How to add colored border on cardview?

I am new to Android and this is my first question here. I am trying to add a colored vertical …

android xml android-cardview
Margin between items in recycler view Android

Hi I am Following this tutorial: http://www.journaldev.com/10024/android-recyclerview-and-cardview-example-tutorial Now I am facing a weird issue the margin …

android android-recyclerview android-cardview
Ripple effect on Android Lollipop CardView

I'm trying to get a CardView to display the ripple effect when touched by setting the android:backgound attribute in …

android android-layout android-5.0-lollipop android-cardview
How to add a recyclerView inside another recyclerView

I'm planning to develop an app that shows some dynamic data inside a recyclerCardView. So i decided add a recyclerView …

java android android-recyclerview android-cardview