by pam » Sun Jun 07, 2009 11:12 pm
Never mind, I got it working. I have two spinners on the same line as a textview and I guess the textview was screwing up the spinners. I set the spinners layout height to fill_parent and the textview's to wrap_content and now it looks fine. Still not sure why it looked ok under 1.1 and broken under 1.5 though.