Thursday, 12 September 2013

ListView Card layout Scrollbar and spacing issues

ListView Card layout Scrollbar and spacing issues

I have attached a screenshot of my app with some junk data. The white that
takes up the entire ListView is supposed to only be for each item,
creating a card layout. I am new to Android, and cannot figure out where
my code makes the incorrect reference.
The layout for the individual card is here: http://pastebin.com/mxjiDTLF
The layout for the activity is here: http://pastebin.com/kstW9PqV
The EventAdapter.java class that displays the Event objects in the
listview is here: http://pastebin.com/vXkBnPq0
Also, in the below screenshot, you can see that the scrollbar does not
appear right next to the left edge of the screen, but just inside the
"white" of the massive card. What do I need to do so that it does not
appear there?

No comments:

Post a Comment