dexafree / MaterialList

An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
1.61k stars 377 forks source link

BasicListCard #63

Closed kenny0202 closed 9 years ago

kenny0202 commented 9 years ago

Very good work on the library. I just have some issues using the BasicListCard. I have added the dependencies and the code for the layout. In the activity itself I have created a BasicListCard, but it seems that methods addItem and addAllItems does not exist.

FHellmann commented 9 years ago

Yes, these methods does not exists any more. I removed them to replace them with a ListAdapter. This is a more flexible way to handle the layout of the ListItems by yourslef.

kenny0202 commented 9 years ago

Ok Thanks for letting me know.