CardView is a widget used to show complex lists and cards in your app, it has material design style by default.
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-cardviewIs there a way to make CardView only have corner radius at the top? <android.support.v7.widget.CardView …
android android-appcompat android-cardviewI 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-cardviewI'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-cardviewThe 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-cardviewMy 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-cardviewI am new to Android and this is my first question here. I am trying to add a colored vertical …
android xml android-cardviewHi 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-cardviewI'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-cardviewI'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