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" android:background="#FF000000" android:layout_margin="8dip" android:scrollbars="vertical"> - and specify the scrollbars attribute as well. Regards On Wednesday, October 15, 2014 5:23:19 PM UTC+11, Spooky wrote: > > On Wed, Oct 15, 2014 at 11:31:34AM +0530, Anurag Purwar wrote: > > change <LinearLayout xmlns:android=" > http://schemas.android.com/apk/res/android" > > > to <LinearLayout xmlns:android=" > http://schemas.android.com/apk/res/android" > > I had it that way before....here's the error from Eclipse: > > error: Error parsing XML: unbound prefix /AndGTbrew2/res/layout main.xml > line 2 > Android AAPT Problem > > Like I said, I spent hours on this on problem, trying everything I could > think of or find in online docs, the dev guide, ScrollView examples, > etc., that might satisfy Eclipse's [whatever is going on with it]. > I don't give up easily, but this one has me stumped...severely. > > So, back to the same question....anyone see anything? > > If I leave off the '>', Eclipse whines. If I put it back, the app > force closes..... > > Thanks, > --jim > > -- > THE SCORE: ME: 2 CANCER: 0 > 73 DE N5IAL (/4) | "This 'telephone' has too many > [email protected] <javascript:> | shortcomings to be seriously > considered > < Running Mac OS X Lion > | as a means of communication. The device > ICBM / Hurricane: | is inherently of no value to us." > 30.44406N 86.59909W | (Western Union internal memo, 1876) > > -- 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.

