Using android.support.v7.widget.CardView in my project (Eclipse) -
i'd use new cardview widget introduced new android l developer preview support library (as mentioned here), seems part of new revision of v7 support library.
i have updated sdk version, downloaded newest support library package, still cannot find new cardview widget.
i searched web , official docs, not hints on can new support library.
any highly appreciated!
edit: i'm using adt/eclipse
using gradle or android studio, try adding dependency on com.android.support:cardview-v7:21.+
.
there not seem regular android library project @ time cardview-v7
, leanback-v17
, palette-v7
, or recyclerview-v7
. have no idea if/when google ship such library projects.
Comments
Post a Comment