[android-developers] Re: insane ScrollView problems

2014-10-15 Thread Nobu Games
I'm not sure if that's just a copy paste error, but you close the LinearLayout tag prematurely. So all its attributes including layout_width just count as unexpected text: LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; *

[android-developers] Re: insane ScrollView problems

2014-10-15 Thread Jim Graham
On Tue, Oct 14, 2014 at 11:27:11PM -0700, Nobu Games wrote: I'm not sure if that's just a copy paste error, but you close the LinearLayout tag prematurely. So all its attributes including layout_width just count as unexpected text: LinearLayout