CardView is a widget used to show complex lists and cards in your app, it has material design style by default.
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 elevationI 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-cardsI'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 rippleI 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-cardviewI want to have colors for specific card states. I want to be able to reset it to its default. …
android colors material-design android-cardviewI 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-cardviewI have some CardViews in my app and I want them to function like the cards in Google Keep. For …
android android-animation android-cardviewI 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-elevationI have a layout XML: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/…
android android-cardview android-elevationHi 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