Well, that's invalid XML, because there's no root element. Also, all of your TextView
widgets have android:layout_height="fill_parent"
, which is rather strange. You might also consider using hierarchyviewer
to examine your layout more closely and see what else may be going wrong.
CommonsWare
2010-09-12 19:02:47