Stickylistheaders And Mergeadapter
I've got a layout that I'm trying to set up that is comprised of three different layouts merged into one. I have two RelativeLayouts as the first two items and a list adapter as th
Solution 1:
Thanks for the response Mark. I figured it out, kinda. I guess something was screwy with my layout_width and layout_height in my xml for one of the list items and changing them around didn't work. So I changed the the item height and width using LayoutParams in the code.
Post a Comment for "Stickylistheaders And Mergeadapter"