I created a app with the CardUI libary, but I can't do the things I want to do with the libary. So I decided to recreate it in my own layout. I'm using a listview, with a CustomCursorAdapter which gets a XML layout to put it in the listview. I've seen these cards:
I want that layout of a card to put in a XML file (listview and single_item), but I can't seem to do it. I have a lot of problems with creating this layout in a XML file.