On Tue, Oct 14, 2014 at 11:31:54PM -0700, gjs wrote: > Hi, > > Hmm, is your ScrollView height correct ? I usually use something like - > > <ScrollView android:id="@+id/settings_scrollview" > > android:layout_width="fill_parent" > > android:layout_height="wrap_content"
That's what I had, before trying a working example I found. It's back to wrap_content now, but, as was the case before, still getting either errors from Eclipse or force closes from my Android phone (whining about the lack of layout_width at line 2 (before it was saying there wasn't one for the ScrollView, even though there was, and still is). Just for grins, I even just now tried joining all of the top LinearLayout lines together as one line (knowing full-well that Java doesn't care about the newline chars or space chars ... just at the point where I'll try anything).... Needless to say, it didn't help. If the LinearLayout line isn't closed BEFORE the layout_width, etc., Eclipse whines. I truly hate XML layouts for Android... Thanks, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4) MiSTie #49997 < Running Mac OS X Lion > [email protected] ICBM/Hurricane: 30.44406N 86.59909W "sigh, once upon a time T-1 was fast...." --seen in alt.sysadmin.net-abuse.email -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

