your layout for your tabhost app doesnt look quite right. i'm not sure why you have your linear layout and scroll view in that particular location. but what should fix it is the following. start fresh with the tab host layout the way the tutorial sample app comes loaded. then, at the very end of the layout, still inside the tabhost but make it the very last layout, add your linear layout and inside that your scroll view. this will keep the tabs at the top of the screen activity, and your scroll view will scroll down as far as you want it.
it took my a bit to figure out the tabhost layout too. basically just leave all the pre-loaded tab code at the top of the layout, then insert your extra stuff to the very end, but inside the last </ tabhost> designation. On Mar 14, 8:20 am, Daniel Rindt <[email protected]> wrote: > Hi, > > in my TabView you can show it here:http://fpaste.org/sEnm/i would like > to display a ListActivity with a usual ListView. > That works so far but, the ListView is not stretching over the entire > rest of the screen as they usually do because the parent element defines > a "fill_parent" you can see in the xml code from the layout above. > > Thanks for all hints > Daniel -- 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

